diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6cc10a2f54e..e277ddc11d7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -43,7 +43,7 @@ Bug Fixes dimensional points could cause unexpected merge exceptions (Hans Lund, Mike McCandless) -* LUCENE-7363: Fixed DecimalDigitFilter in case of supplementary code points. +* LUCENE-6914: Fixed DecimalDigitFilter in case of supplementary code points. (Hossman) Improvements