[m-rev.] diff: update NEWS file for 13.05 release
Julien Fischer
jfischer at opturion.com
Tue Apr 23 15:02:33 AEST 2013
Update NEWS file for 13.05 release.
NEWS:
Merge the NEWS for 12.08 (which we won't officially
release) with other recent changes to form the NEWS
file for the 13.05 release.
Julien.
diff --git a/NEWS b/NEWS
index 722d792..6dbe712 100644
--- a/NEWS
+++ b/NEWS
@@ -1,25 +1,4 @@
-NEWS since Mercury 12.08
-------------------------
-
-Changes to the Mercury standard library:
-
-* We have added predicates to the calendar module for folding over the days
- in a given range of dates: foldl_days/5, foldl2_days/7 and
foldl3_days/9.
-
-Changes to the Mercury compiler:
-
-* Generation of 64-bit code on Windows using the MinGW64 port of GCC
- is now supported, i.e. the x86_64-w64-mingw32 architecture is now
- supported.
-
-* A new option, `--sign-assembly', provides supports for signing
- assemblies generated by the C# backend with a strong name.
-
-* A new option, `--cstack-reserve-size', allows the size of the C
- stack for executables to be change on Microsoft Windows systems.
-
-
-NEWS for Mercury 12.08
+NEWS for Mercury 13.05
----------------------
Changes to the Mercury standard library:
@@ -63,11 +42,24 @@ Changes to the Mercury standard library:
* We have added the type maybe.maybe_error/2 which is also polymorphic in
the type of the error.
+* We have added predicates to the calendar module for folding over the days
+ in a given range of dates: foldl_days/5, foldl2_days/7 and
foldl3_days/9.
+
Changes to the Mercury compiler:
* The option `--warn-non-tail-recursion' no longer requires
`--high-level-code'.
+* Generation of 64-bit code on Windows using the MinGW64 port of GCC
+ is now supported, i.e. the x86_64-w64-mingw32 architecture is now
+ supported.
+
+* A new option, `--sign-assembly', provides supports for signing
+ assemblies generated by the C# backend with a strong name.
+
+* A new option, `--cstack-reserve-size', allows the size of the C
+ stack for executables to be change on Microsoft Windows systems.
+
Changes to the Mercury debugger:
* We have added new capabilities to the "level", "retry" and "finish" mdb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20130423/1edb60d9/attachment.html>
More information about the reviews
mailing list