From b84caefdbc8882bb15f35cb48d765d028bf530ac Mon Sep 17 00:00:00 2001 From: Paul Stansifer Date: Wed, 5 Dec 2012 23:49:48 -0500 Subject: [PATCH] Mention statement macros also in release notes, for completeness. --- RELEASES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.txt b/RELEASES.txt index c306d4eff25..e265ae77aa8 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -8,7 +8,7 @@ Version 0.5 (December 2012) * Completed the transition from the `#fmt` extension syntax to `fmt!` * Removed old fixed length vector syntax - `[T]/N` * New token-based quasi-quoter, `quote!` - * Macros may now expand to items + * Macros may now expand to items and statements * `a.b()` is always parsed as a method call, never as a field projection * `Eq` and `IterBytes` implementations can be automatically generated with `#[deriving_eq]` and `#[deriving_iter_bytes]` respectively