LUCENE-8062: Update CHANGES entry after backport to 8.3

This commit is contained in:
jimczi 2019-10-22 15:51:18 +02:00
parent c68470e577
commit 421718607e
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,6 @@ Other
* LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
* LUCENE-8062: GlobalOrdinalsWithScoreQuery is no longer eligible for query caching. (Jim Ferenczi)
======================= Lucene 8.4.0 =======================
API Changes
@ -245,6 +243,7 @@ Other
* LUCENE-8999: LuceneTestCase.expectThrows now propogates assert/assumption failures up to the test
w/o wrapping in a new assertion failure unless the caller has explicitly expected them (hossman)
* LUCENE-8062: GlobalOrdinalsWithScoreQuery is no longer eligible for query caching. (Jim Ferenczi)
======================= Lucene 8.2.0 =======================