From e8e3fb242e1b07f873ad755a9bab632ffb93fdad Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 2 Jul 2012 19:57:25 -0700 Subject: [PATCH] Add doc comments and closure changes to release notes --- RELEASES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index 0c2ecb57478..0b301fef8f4 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -7,6 +7,10 @@ Version 0.3 (June 2012) - not yet! * Integer-literal suffix inference * Per-module control over warnings, errors * #[cfg(windows)] and #[cfg(unix)] attributes + * Documentation comments + * More compact closure syntax + * 'do' expressions for treating higher-order functions + as control structures * *-patterns (wildcard extended to all constructor fields)