diff --git a/WHATSNEW b/WHATSNEW
index 0860cb681..c0b09c6d2 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -76,6 +76,9 @@ Fixed bugs:
* The
- This task only invokes ANTLR if the grammar file is newer than the generated - files. + This task only invokes ANTLR if the grammar file (or the + supergrammar specified by the glib attribute) is newer than the + generated files.
-+
Antlr 2.7.1 Note: To successfully run ANTLR, your best option is probably to build the whole jar with the provided script mkalljar and drop the resulting jar (about 300KB) @@ -33,6 +34,13 @@ to your classpath as described in ANTLR install.html document.
+Antlr 2.7.2 Note: + + Instead of the above, you will need antlrall.jar that can be created + by the antlr-all.jar target of the Makefile provided with the + download. + +