Merge: doc: fixed some typos and other misc. corrections
[nit.git] / Changelog
index 46f5a44..e4832f1 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,49 @@
-version 0.3.1-git
+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
+ * Better compatibility with cc on various unixes (from SunOS to Ubuntu)
+ * New class_name method to ease debugging (for those who debug with print)
+ * Hardened Virtual Type checks (but generics are still unsafe...)
+ * New nitdoc, more fancy and more readable
+ * New native interface to bind Nit and C code
+ * New tool, nits, the native interface stub generator
+ * Many improvements in the standard library (especially Map)
+
+ -- Tue, 17 Apr 2012 16:46:45 -0400
+
+version 0.4
+ * New style attributes
+ * Documentation
+ * 'package' -> 'module'; 'special' -> 'super'; 'universal' -> 'enum'
+ * New 'or else' syntax
+ * Speed improvements
+ * Use of ccache
+ * Global nullable optimizations
+ * Better adaptive typing
+ * Unreachable statements are errors
+ * Rewriting of the CG
+
+ -- Fri, 18 Feb 2011 16:15:17 -0500
+
 version 0.3
  * Local variable moving static type
  * Nullable types