LUCENE-10287: Remove obsolete changes entry (we now have a warning and won't rely on the module when staring luke)

This commit is contained in:
Uwe Schindler 2022-01-03 14:59:12 +01:00
parent 26713b3f57
commit 8b5887f244
1 changed files with 0 additions and 3 deletions

View File

@ -144,9 +144,6 @@ Bug Fixes
* LUCENE-10279: Fix equals in MultiRangeQuery. (Ignacio Vera)
* LUCENE-10287: Fix Luke startup script to add jdk.unsupported module so
MMapDirectory is used when opening indexes. (Uwe Schindler)
* LUCENE-10236: Stop duplicating norms when scoring in CombinedFieldQuery.
(Zach Chen, Jim Ferenczi, Julie Tibshirani)