From 718849b202aa6655a7d493a0eaf7f119136e2505 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 4 Jul 2012 16:11:37 -0700 Subject: [PATCH] Minor release note cleanup --- RELEASES.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index 2346536bec2..50ee2b41359 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -5,14 +5,13 @@ Version 0.3 (July 2012) - not yet! * New coding conveniences * Integer-literal suffix inference - * Per-module control over warnings, errors + * Per-item 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) + * *-patterns (wildcard extended to all constructor fields) * Semantic cleanup * Resolve pass and exhaustiveness checker rewritten