Skip to content

Commit

Permalink
In RELEASES.txt, elaborate on classes changes
Browse files Browse the repository at this point in the history
and mention *-patterns and the removal of resources
  • Loading branch information
catamorphism committed Jun 25, 2012
1 parent 6517fc5 commit 07d5686
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 07d5686

Please sign in to comment.