X-Git-Url: http://nitlanguage.org diff --git a/Changelog b/Changelog index da6c23d..124a019 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,19 @@ +version 0.5.1-git + * Devel version + +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