[svn] r6071: nemerle/trunk/NEWS

malekith svnadmin at nemerle.org
Sat Jan 21 19:23:58 CET 2006


Log:
More news.

Author: malekith
Date: Sat Jan 21 19:23:57 2006
New Revision: 6071

Modified:
   nemerle/trunk/NEWS

Modified: nemerle/trunk/NEWS
==============================================================================
--- nemerle/trunk/NEWS	(original)
+++ nemerle/trunk/NEWS	Sat Jan 21 19:23:57 2006
@@ -1,9 +1,13 @@
 0.9.2, Jan 21 2006
   This version brings a bunch of new features and of course several bugfixes.
+  We now require mono 1.1.11+ or MS.NET 2.0.
 
   New language features:
     * Generators aka yield support: http://nemerle.org/Yield
     * List comprehensions + ranges: http://nemerle.org/List_comprehensions
+    * Extensible pattern matching: http://nemerle.org/Extensible_matching
+    * 'this' can be now used as the full type (including type parameters)
+      of the current class.
     * Matching directly in function parameters, it is now possible to say:
         def foo (x, (y, z)) { ... }
 	def bar ((a, b), (c, d, e)) { ... }
@@ -12,7 +16,18 @@
     * New package of profiling macros: http://nemerle.org/Profiling_macros
     * Extensions in logging macros: http://nemerle.org/Logging_macros
 
+  Library:
+    * New RList module (Random Access Lists as described by Chris Okasaki),
+      by Wojtek Knapik.
+
+  Other:
+    * -main flag in ncc for specifying entry point.
+    * Kinda hackish support for ASPX/ASMX in cs2n.
+
   Bugfixes:
+    * Always use at least 16M of stack when compiling on MS.NET (should
+      fix stack overflow errors).
+    * Fix foreach on multidimensional arrays.
     * XSP2 fixes by Kanru Chen.
 
   And from mantis:



More information about the svn mailing list