summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2017-07-03 11:21:50 -0400
committerWill Estes <westes575@gmail.com>2017-07-03 11:34:14 -0400
commitef32155253a100a774c087ae4a6be3fb5c6a375c (patch)
tree960d64fd4ee17a52d1ebfe8f90392d9f54e7db6a
parentea4b0a129eebedba73eb08eb2639040fd758c51f (diff)
doc: NEWS c{i,j}
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 345ee93..e67b8cb 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,11 @@ flex NEWS
** scanner
+*** 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
+ fixed.
+
*** New option: --backup-file allows setting the name of the file
written containing backing up information. Useful if you need
backing up information multiple scanners in the same directory.