From ef32155253a100a774c087ae4a6be3fb5c6a375c Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 3 Jul 2017 11:21:50 -0400 Subject: [PATCH] doc: NEWS c{i,j} --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.50.1