LUCENE-9791: add CHANGES.txt entry

This commit is contained in:
Mike McCandless 2021-03-11 08:09:23 -05:00
parent 6367cd1b74
commit 12999d30f2
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Lucene Change Log
KLucene Change Log
For more information on past and future Lucene versions, please see:
http://s.apache.org/luceneversions
@ -314,6 +314,10 @@ Bug Fixes
throw an exception when the query implements TwoPhaseIterator and when the score is requested
repeatedly. (David Smiley, hossman)
* LUCENE-9791: BytesRefHash.equals/find is now thread safe, fixing a
Luwak/Monitor bug causing registered queries to sometimes fail to
match. (Paweł Bugalski)
Other
---------------------
(No changes)