X-Git-Url: http://nitlanguage.org diff --git a/Changelog b/Changelog index 2691d6d..46f5a44 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ -version 0.2.1-git +version 0.3.1-git + * Devel version + +version 0.3 * Local variable moving static type * Nullable types * New 'assert...else', 'isset', 'loop', 'label' syntax constructions @@ -7,7 +10,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'