Skip to content

Commit b7b16af

Browse files
committed
Tweak relnotes.
1 parent 73d6df3 commit b7b16af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 0.2 (March 2012)
22
-------------------------
33

4-
* >1400 changes, numerous bugfixes
4+
* >1500 changes, numerous bugfixes
55

66
* New docs and doc tooling
77

@@ -17,7 +17,7 @@ Version 0.2 (March 2012)
1717
* Callbacks from C
1818
* Helgrind clean
1919

20-
* Preliminary new language features
20+
* Experimental new language features
2121
* Operator overloading
2222
* Region pointers
2323
* Classes
@@ -29,6 +29,7 @@ Version 0.2 (March 2012)
2929
* Required mutable-local qualifier: 'let mut ...'
3030
* Basic glob-exporting: 'export foo::*;'
3131
* Alt now exhaustive, 'alt check' for runtime-checked
32+
* Block-function form of 'for' loop, with 'break' and 'ret'.
3233

3334
* New library code
3435
* AST quasi-quote syntax extension

0 commit comments

Comments
 (0)