From 12999d30f26a82d5d51e4550025b6b8d1e1d2fc3 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Thu, 11 Mar 2021 08:09:23 -0500 Subject: [PATCH] LUCENE-9791: add CHANGES.txt entry --- lucene/CHANGES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 56f385830d3..8243635bbd0 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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)