Update CHANGES.txt

This commit is contained in:
Sam Harwell 2013-03-26 18:45:59 -05:00
parent 6adf9bc95d
commit df9685ecaf
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ ANTLR v4 Honey Badger
March 26, 2013
* Refactored and extensively documented the ANTLRErrorStrategy interface and
DefaultErrorStrategy default implementation
* Track the number of syntax errors in Parser.notifyErrorListeners instead of in
the error strategy
* Move primary implementation of getExpectedTokens to ATN, fixes #191