summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2017-07-03 11:49:36 -0400
committerWill Estes <westes575@gmail.com>2017-07-03 11:49:36 -0400
commit36c2c0a2e85b78874fd69487d711011d639867a3 (patch)
treea5e35730e05ae7f6a4182272d6f7b76ccc14ffad /NEWS
parentfaa877a8434a1d2f1b2ab5315eee6ca44dc79629 (diff)
doc: NEWS memory leak fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e67b8cb..1bac480 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ flex NEWS
** scanner
+*** Some memory leaks have been fixed.
+
*** A long standing bug that effected expressions of the form c{i,j}
where 'c' is a character and {i,j} describes the number of times
to match against 'c' when case sensitivity was turned on has been