From 07d568688c3a97866439735742bc0f489723a78a Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Mon, 25 Jun 2012 14:00:33 -0700 Subject: [PATCH] In RELEASES.txt, elaborate on classes changes and mention *-patterns and the removal of resources --- RELEASES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index 5da6314c4d1..c39ecf2391b 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -7,6 +7,7 @@ Version 0.3 (June 2012) - not yet! * Integer-literal suffix inference * Per-module control over warnings, errors * #[cfg(windows)] and #[cfg(unix)] attributes + * *-patterns (wildcard extended to all constructor fields) * Semantic cleanup * Resolve pass and exhaustiveness checker rewritten @@ -17,12 +18,13 @@ Version 0.3 (June 2012) - not yet! * Experimental new language features * Slices and fixed-size, interior-allocated vectors * #!-comments for lang versioning, shell execution - * More work on classes + * Destructors and iface implementation for classes; + type-parameterized classes and class methods * Type reflection * Removal of various obsolete features * Keywords: be, prove, syntax, note, mutable, do, bind - * Constructs: do-while loops, fn binding, + * Constructs: do-while loops, fn binding, resources * Compiler reorganization * Syntax-layer of compiler split into separate crate