From: Jean Privat Date: Fri, 28 Aug 2009 17:07:33 +0000 (-0400) Subject: version: v0.3 X-Git-Tag: v0.3^0 X-Git-Url: http://nitlanguage.org?ds=sidebyside version: v0.3 Signed-off-by: Jean Privat --- diff --git a/Changelog b/Changelog index 2691d6d..25b67c0 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -version 0.2.1-git +version 0.3 * Local variable moving static type * Nullable types * New 'assert...else', 'isset', 'loop', 'label' syntax constructions @@ -7,7 +7,10 @@ version 0.2.1-git * Syntax coloration for vim, gtksourceview and GNU source-highlight * nitc/nitdoc --verbose option * Intermediate code representation - * Native GC (not enabled by defaultNative GC (not enabled by default)) + * Native Nit GC + * 'for x in coll' is a closure call + + -- Sat, 29 Aug 2009 10:04:25 -0400 version 0.2.1 * Readonly Strings and new class 'Buffer' diff --git a/VERSION b/VERSION index f5303c6..a85e614 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2.1-git +v0.3