Update CHANGES.txt
This commit is contained in:
parent
6b3d102ba1
commit
723637fc59
|
@ -1,6 +1,11 @@
|
||||||
ANTLR v4 Honey Badger
|
ANTLR v4 Honey Badger
|
||||||
|
|
||||||
January 2, 2012
|
January 10, 2013
|
||||||
|
|
||||||
|
* Add error 135: cannot assign a value to list label: $label
|
||||||
|
(fixes antlr/antlr4#128)
|
||||||
|
|
||||||
|
January 2, 2013
|
||||||
|
|
||||||
* Fix EOF handling (antlr/antlr4#110)
|
* Fix EOF handling (antlr/antlr4#110)
|
||||||
* Remove TREE_PARSER reference
|
* Remove TREE_PARSER reference
|
||||||
|
@ -8,7 +13,7 @@ January 2, 2012
|
||||||
* Fix potential NPE in parser predicate evaluation
|
* Fix potential NPE in parser predicate evaluation
|
||||||
* Fix termination condition detection in full-context parsing
|
* Fix termination condition detection in full-context parsing
|
||||||
|
|
||||||
January 1, 2012
|
January 1, 2013
|
||||||
|
|
||||||
* Updated documentation
|
* Updated documentation
|
||||||
* Minor code cleanup
|
* Minor code cleanup
|
||||||
|
|
Loading…
Reference in New Issue