summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2006-10-20 19:16:06 +0000
committerWill Estes <wlestes@users.sourceforge.net>2006-10-20 19:16:06 +0000
commit6ca8e33dbcb2960da332f6d1af0728d0a3e9b1be (patch)
treeac690a6121dbdaa3fa4cdc490fcd785c872b30f3 /NEWS
parent3ad7f6b2592ce4404c7f72ac92e90b7bfe090d35 (diff)
memory leak issues in c++ scanner
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a72d2a..36fd83e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,10 @@ See the file COPYING for copying conditions.
* after version 2.5.33
-* added new unit test for c++ and yywrap
+** memory leaks removed from the C++ scanner (but the C++ scanner is
+still experimental and may change radically without notice)
+
+** added new unit test for c++ and yywrap
** portability fixes to some unit tests