From 6df4b4d7284e649bc92fc49cb92e0b2efd0fdc2c Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 18 Oct 2016 10:54:30 +0200 Subject: [PATCH] LUCENE-6914: Fix issue ID in the change log. --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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