From dd6057e79f34b5d30ca2a5fdafabac64cdec9c2a Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sun, 14 Feb 2016 00:57:27 +0100 Subject: [PATCH] LUCENE-7028: Add changes for 5.5 --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8a34d07fcf9..57851c87cea 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -190,6 +190,9 @@ API Changes * LUCENE-6988: IndexableField.tokenStream() no longer throws IOException (Alan Woodward) +* LUCENE-7028: Deprecate a duplicate method in NumericUtils. + (Uwe Schindler) + Optimizations * LUCENE-6930: Decouple GeoPointField from NumericType by using a custom