LUCENE-8920: CHANGES entry.

This commit is contained in:
Adrien Grand 2019-11-13 22:50:16 +01:00
parent 068b6babac
commit 07101ed8cc
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ Optimizations
instead of sorting when the maximum recursion level is exceeded, providing
better worst-case runtime. (Paul Sanwald via Adrien Grand)
* LUCENE-8920: The denser arcs of FST now index labels with a bitset in order
to provide near constant time access. (Bruno Roustant, Mike Sokolov via Adrien Grand)
Bug Fixes
* LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)