update releases to mention 0.12.3

This commit is contained in:
Niko Matsakis 2016-11-28 12:55:49 -05:00
parent 9b4d5d588d
commit 9c0d597afb

View File

@ -1,6 +1,6 @@
# master (not yet released)
# Version 0.12.2
# Version 0.12.3
Major new feature! @Marwes
[added support for error recovery](https://github.com/nikomatsakis/lalrpop/pull/160).
@ -10,6 +10,10 @@ There have also been a number of other improvements:
- The `ParseError` type now implements `Error` and `Display` ([thanks @Marwes!](https://github.com/nikomatsakis/lalrpop/pull/167)).
- We no longer emit comments in generated code by default ([thanks @Marwes!](https://github.com/nikomatsakis/lalrpop/pull/165)).
# Version 0.12.2
(Yanked due to minor backwards incompatibility.)
# Version 0.12.1
Bug fix release. Major bugs addressed: