From b7b16afc3d72677ee99997006984e11f49134576 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 27 Mar 2012 12:54:43 -0700 Subject: [PATCH] Tweak relnotes. --- RELEASES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index c2ed02b377e..689ba10ebc7 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -1,7 +1,7 @@ Version 0.2 (March 2012) ------------------------- - * >1400 changes, numerous bugfixes + * >1500 changes, numerous bugfixes * New docs and doc tooling @@ -17,7 +17,7 @@ Version 0.2 (March 2012) * Callbacks from C * Helgrind clean - * Preliminary new language features + * Experimental new language features * Operator overloading * Region pointers * Classes @@ -29,6 +29,7 @@ Version 0.2 (March 2012) * Required mutable-local qualifier: 'let mut ...' * Basic glob-exporting: 'export foo::*;' * Alt now exhaustive, 'alt check' for runtime-checked + * Block-function form of 'for' loop, with 'break' and 'ret'. * New library code * AST quasi-quote syntax extension