[m-rev.] for review: Update NEWS file

Julien Fischer jfischer at opturion.com
Mon Dec 8 12:23:05 AEDT 2014



On Mon, 8 Dec 2014, Paul Bone wrote:

> Branches: master
>
> For review by anyone.
>
> I forgot to add this as part of my previous changes.
>
> ---
> Update NEWS file
>
> NEWS:
>    Add the creation of psqueue.m to the NEWS file.
> ---
> NEWS | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 97cf360..53fc8ea 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -125,6 +125,10 @@ Changes to the Mercury standard library:
>    - month_to_int0/1
>    - same_date/1
> 
> ++ We have added a new module, psqueue.m, that implements a priority search
> +  queue ADT psqueue.m.

Delete the psqueue.m at the end of that sentence, you've already said
what the name of the new module is.  Also, delete the file extension
".m", the name of the new module is "psqueue".  ("psqueue.m" is the name
of the file that contains that module.)

> This is a blend between a priority queue and a map.

> +  This is contributed by Matthias Güdemann.

s/is/was/

Cheers,
Julien.


More information about the reviews mailing list