X-Git-Url: http://nitlanguage.org diff --git a/Changelog b/Changelog index 4a94e46..e4832f1 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,22 @@ +This Changelog file is deprecated. + +Look at the [newsletter](https://groups.google.com/forum/#!forum/nitlanguage) +for redacted informations or the commits log for fine-grained details. + +version 0.6.1-git + * Devel version + +version 0.6 + * New metamodel + * New tools (nit, nitg, nitmetrics) + * Improved nitdoc featuring wikidoc + * Multi-line litteral strings (triple-quoted strings) + * New foreign function interface + * New libraries (especially using FFI) + * Lot of fixes and improvements + + -- Mon, 29 Jul 2013 20:44:33 -0400 + version 0.5 * General 'for' that works with more that one automatic variable (eg. Map) * Better error messages with colored location on the original line