From 1ee230e6c137166fa6c3b3e6a8cc37863c76e84b Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 10 Jul 2012 19:06:58 -0700 Subject: [PATCH] Tweak release notes. --- RELEASES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index 842190e6ffe..a0498b106e2 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -1,7 +1,7 @@ -Version 0.3 (July 2012) - not yet! ------------------------------------ +Version 0.3 (July 2012) +------------------------ - * ~1500 changes, numerous bugfixes + * ~1900 changes, numerous bugfixes * New coding conveniences * Integer-literal suffix inference @@ -33,7 +33,7 @@ Version 0.3 (July 2012) - not yet! * Removal of various obsolete features * Keywords: 'be', 'prove', 'syntax', 'note', 'mutable', 'bind', - 'crust', 'native' (now 'extern') + 'crust', 'native' (now 'extern'), 'cont' (now 'again') * Constructs: do-while loops ('do' repurposed), fn binding, resources (replaced by destructors)