diff options
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index db4658722..35b10019e 100755 --- a/web/news.txt +++ b/web/news.txt @@ -2,7 +2,7 @@ News ==== -2012-XX-XX Version 0.8.14 released +2012-02-XX Version 0.8.14 released ================================== Version 0.8.14 has been released! Get it `here <download.html>`_. @@ -19,6 +19,7 @@ Bugfixes - Some more bugfixes for macros and compile-time evaluation. - The GC now takes into account interior pointers on the stack which may be introduced by aggressive C optimizers. +- Nimrod's native allocator/GC now works on PowerPC. - Lots of other bugfixes: Too many to list them all. @@ -124,6 +125,8 @@ Compiler Additions for ``on|off`` switches in pragmas. In order to not break existing code, ``on`` and ``off`` are now aliases for ``true`` and ``false`` and declared in the system module. +- The compiler finally supports **closures**. This is a preliminary + implementation, which does not yet support nestings deeper than 1 level. Library Additions |