Skip to content

Commit b84caef

Browse files
paulstansifercatamorphism
authored andcommitted
Mention statement macros also in release notes, for completeness.
1 parent d0c2d6c commit b84caef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version 0.5 (December 2012)
88
* Completed the transition from the `#fmt` extension syntax to `fmt!`
99
* Removed old fixed length vector syntax - `[T]/N`
1010
* New token-based quasi-quoter, `quote!`
11-
* Macros may now expand to items
11+
* Macros may now expand to items and statements
1212
* `a.b()` is always parsed as a method call, never as a field projection
1313
* `Eq` and `IterBytes` implementations can be automatically generated
1414
with `#[deriving_eq]` and `#[deriving_iter_bytes]` respectively

0 commit comments

Comments
 (0)