update RELEASES.txt

This commit is contained in:
Daniel Micay 2013-04-15 03:12:19 -04:00
parent dd2c7f61a9
commit a581926f57
1 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
Version 0.7 (July 2013)
-----------------------
* ??? changes, numerous bugfixes
* Semantic changes
* The `self` parameter no longer implicitly means `&'self self`, and can be explicitly marked
with a lifetime.
* Libraries
* New `core::iterator` module for external iterator objects
Version 0.6 (April 2013)
---------------------------
------------------------
* ~2100 changes, numerous bugfixes