From a581926f57d8fe9afaa792f26240ad1ff1288377 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 15 Apr 2013 03:12:19 -0400 Subject: [PATCH] update RELEASES.txt --- RELEASES.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASES.txt b/RELEASES.txt index 19ba7d3466d..13e4e0c2039 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -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