LUCENE-8048: correcting misplaced entry in lucene/CHANGES.txt

This commit is contained in:
Erick Erickson 2017-12-05 09:57:20 -08:00
parent 0688be6c66
commit eb434dc47a
1 changed files with 3 additions and 3 deletions

View File

@ -130,6 +130,9 @@ Bug Fixes
* LUCENE-8078: The query cache should not cache instances of
MatchNoDocsQuery. (Jon Harper via Adrien Grand)
* LUCENE-8048: Filesystems do not guarantee order of directories updates
(Nikolay Martynov, Simon Willnauer, Erick Erickson)
Optimizations
* LUCENE-8018: Smaller FieldInfos memory footprint by not retaining unnecessary
@ -145,9 +148,6 @@ Optimizations
caching as they could break memory accounting of the query cache.
(Adrien Grand)
* LUCENE-8048: Filesystems do not guarantee order of directories updates
(Nikolay Martynov, Simon Willnauer, Erick Erickson)
Tests
* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny