Update RELEASES.md with info about what has changed since 0.8

This commit is contained in:
Niko Matsakis 2016-01-23 11:37:02 -05:00
parent b9f80bf2c6
commit 2ef8ad797e

View File

@ -1,4 +1,10 @@
# Version 0.8 (not yet released) # Version 0.9
Miscellaneous bug fixes, mostly. Processing for a `build.rs` file now
starts from the project directory, rather than being hardcoded to
start from `src`.
# Version 0.8
Add support for inlining nonterminals. Nonterminals can now be Add support for inlining nonterminals. Nonterminals can now be
annotated with `#[inline]`. If you do so, each use of the nonterminal annotated with `#[inline]`. If you do so, each use of the nonterminal