misc: update Changelog and NOTICE; remove BUGS and TODO
[nit.git] / Changelog
1 version 0.2.1-git
2  * Local variable moving static type
3  * Nullable types
4  * New 'assert...else', 'isset', 'loop', 'label' syntax constructions
5  * (Re)Rename 'meth' to 'fun' and 'attr' to 'var'
6  * New closure syntax
7  * Syntax coloration for vim, gtksourceview and GNU source-highlight
8  * nitc/nitdoc --verbose option
9  * Intermediate code representation
10  * Native GC (not enabled by defaultNative GC (not enabled by default))
11
12 version 0.2.1
13  * Readonly Strings and new class 'Buffer'
14
15  -- Wed, 10 Jun 2009 10:04:55 -0400
16
17 version 0.2
18  * Automatic constructors
19  * Closures
20  * Last Mercurial changeset, now we uses Git
21
22  -- Fri, 06 Feb 2009 11:00:12 -0500
23
24 version 0.1
25  * First release under the Nit name.
26
27  -- Wed, 09 Jul 2008 15:24:55 -0400