version: v0.3 v0.3
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2009 17:07:33 +0000 (13:07 -0400)
committerJean Privat <jean@pryen.org>
Sat, 29 Aug 2009 14:05:57 +0000 (10:05 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

Changelog
VERSION

index 2691d6d..25b67c0 100644 (file)
--- 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 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.2.1-git
+v0.3