From: Will Estes Date: Mon, 3 Jul 2017 15:21:50 +0000 (-0400) Subject: doc: NEWS c{i,j} X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef32155253a100a774c087ae4a6be3fb5c6a375c;p=flex doc: NEWS c{i,j} --- 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.