version: v0.3.1-git
[nit.git] / Changelog
1 version 0.3.1-git
2  * Devel version
3
4 version 0.3
5  * Local variable moving static type
6  * Nullable types
7  * New 'assert...else', 'isset', 'loop', 'label' syntax constructions
8  * (Re)Rename 'meth' to 'fun' and 'attr' to 'var'
9  * New closure syntax
10  * Syntax coloration for vim, gtksourceview and GNU source-highlight
11  * nitc/nitdoc --verbose option
12  * Intermediate code representation
13  * Native Nit GC
14  * 'for x in coll' is a closure call
15
16  -- Sat, 29 Aug 2009 10:04:25 -0400
17
18 version 0.2.1
19  * Readonly Strings and new class 'Buffer'
20
21  -- Wed, 10 Jun 2009 10:04:55 -0400
22
23 version 0.2
24  * Automatic constructors
25  * Closures
26  * Last Mercurial changeset, now we uses Git
27
28  -- Fri, 06 Feb 2009 11:00:12 -0500
29
30 version 0.1
31  * First release under the Nit name.
32
33  -- Wed, 09 Jul 2008 15:24:55 -0400