Skip to content

Commit bcde593

Browse files
committed
RELEASES: tweak description of new quoter.
1 parent 09573ea commit bcde593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version 0.5 (December 2012)
77
* Removed `<-` move operator
88
* Completed the transition from the `#fmt` extension syntax to `fmt!`
99
* Removed old fixed length vector syntax - `[T]/N`
10-
* New token-based quasi-quoter, `quote!`
10+
* New token-based quasi-quoters, `quote_tokens!`, `quote_expr!`, etc.
1111
* 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

0 commit comments

Comments
 (0)