From: Jean Privat Date: Fri, 18 Feb 2011 21:16:14 +0000 (-0500) Subject: version: v0.4 X-Git-Tag: v0.4^0 X-Git-Url: http://nitlanguage.org version: v0.4 Signed-off-by: Jean Privat --- diff --git a/Changelog b/Changelog index 46f5a44..da6c23d 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,16 @@ -version 0.3.1-git - * Devel version +version 0.4 + * New style attributes + * Documentation + * 'package' -> 'module'; 'special' -> 'super'; 'universal' -> 'enum' + * New 'or else' syntax + * Speed improvements + * Use of ccache + * Global nullable optimizations + * Better adaptive typing + * Unreachable statements are errors + * Rewriting of the CG + + -- Fri, 18 Feb 2011 16:15:17 -0500 version 0.3 * Local variable moving static type diff --git a/VERSION b/VERSION index 01b3f59..1811f96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.1-git +v0.4