In RELEASES.txt, elaborate on classes changes

and mention *-patterns and the removal of resources
This commit is contained in:
Tim Chevalier 2012-06-25 14:00:33 -07:00
parent 6517fc5ab6
commit 07d568688c
1 changed files with 4 additions and 2 deletions

View File

@ -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