From bcde593d3a9ae72241bd5ba163a990af2f33b919 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 7 Dec 2012 11:21:31 -0800 Subject: [PATCH] RELEASES: tweak description of new quoter. --- RELEASES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.txt b/RELEASES.txt index e265ae77aa8..14b74e4ac79 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -7,7 +7,7 @@ Version 0.5 (December 2012) * Removed `<-` move operator * Completed the transition from the `#fmt` extension syntax to `fmt!` * Removed old fixed length vector syntax - `[T]/N` - * New token-based quasi-quoter, `quote!` + * New token-based quasi-quoters, `quote_tokens!`, `quote_expr!`, etc. * 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