mirror of https://github.com/apache/lucene.git
Fix Changes.txt entry
This commit is contained in:
parent
e8d88a5b54
commit
a759a5d47c
|
@ -34,7 +34,11 @@ Other
|
|||
* LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
|
||||
|
||||
======================= Lucene 8.2.0 =======================
|
||||
(No Changes)
|
||||
|
||||
Bug Fixes:
|
||||
* LUCENE-8785: Ensure new threadstates are locked before retrieving the number of active threadstates.
|
||||
This causes assertion errors and potentially broken field attributes in the IndexWriter when
|
||||
IndexWriter#deleteAll is called while actively indexing. (Simon Willnauer)
|
||||
|
||||
======================= Lucene 8.1.0 =======================
|
||||
|
||||
|
@ -452,11 +456,7 @@ Optimizations
|
|||
(Toke Eskildsen, Adrien Grand)
|
||||
|
||||
======================= Lucene 7.7.1 =======================
|
||||
Bug fixes:
|
||||
|
||||
* LUCENE-8785: Ensure new threadstates are locked before retrieving the number of active threadstates.
|
||||
This causes assertion errors and potentially broken field attributes in the IndexWriter when
|
||||
IndexWriter#deleteAll is called while actively indexing. (Simon Willnauer)
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 7.7.0 =======================
|
||||
|
||||
|
|
Loading…
Reference in New Issue