Skip to content

Commit 07d5686

Browse files
committed
In RELEASES.txt, elaborate on classes changes
and mention *-patterns and the removal of resources
1 parent 6517fc5 commit 07d5686

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASES.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Version 0.3 (June 2012) - not yet!
77
* Integer-literal suffix inference
88
* Per-module control over warnings, errors
99
* #[cfg(windows)] and #[cfg(unix)] attributes
10+
* *-patterns (wildcard extended to all constructor fields)
1011

1112
* Semantic cleanup
1213
* Resolve pass and exhaustiveness checker rewritten
@@ -17,12 +18,13 @@ Version 0.3 (June 2012) - not yet!
1718
* Experimental new language features
1819
* Slices and fixed-size, interior-allocated vectors
1920
* #!-comments for lang versioning, shell execution
20-
* More work on classes
21+
* Destructors and iface implementation for classes;
22+
type-parameterized classes and class methods
2123
* Type reflection
2224

2325
* Removal of various obsolete features
2426
* Keywords: be, prove, syntax, note, mutable, do, bind
25-
* Constructs: do-while loops, fn binding,
27+
* Constructs: do-while loops, fn binding, resources
2628

2729
* Compiler reorganization
2830
* Syntax-layer of compiler split into separate crate

0 commit comments

Comments
 (0)