diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6765536b619..87215a3e934 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -79,11 +79,6 @@ API Changes IndexOutput.getFilePointer instead) and IndexOutput.setLength. (Mike McCandless) -* LUCENE-5604: Switched BytesRef.hashCode to MurmurHash3 (32 bit). - TermToBytesRefAttribute.fillBytesRef no longer returns the hash - code. BytesRefHash now uses MurmurHash3 for its hashing. (Robert - Muir, Mike McCandless) - Optimizations * LUCENE-5603: hunspell stemmer more efficiently strips prefixes @@ -236,6 +231,11 @@ API Changes * LUCENE-5573: Move docvalues constants and helper methods to o.a.l.index.DocValues. (Dawid Weiss, Robert Muir) +* LUCENE-5604: Switched BytesRef.hashCode to MurmurHash3 (32 bit). + TermToBytesRefAttribute.fillBytesRef no longer returns the hash + code. BytesRefHash now uses MurmurHash3 for its hashing. (Robert + Muir, Mike McCandless) + Optimizations * LUCENE-5468: HunspellStemFilter uses 10 to 100x less RAM. It also loads