Update CHANGES.txt

This commit is contained in:
Sam Harwell 2013-03-26 18:23:47 -05:00
parent c6a9d62b25
commit 685d2a32d4
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ ANTLR v4 Honey Badger
March 26, 2013
* Track the number of syntax errors in Parser.notifyErrorListeners instead of in
the error strategy
* Move primary implementation of getExpectedTokens to ATN, fixes #191
* Updated ATN documentation
* Use UUID instead of incremented integer for serialized ATN versioning