Fix solr/CHANGES.txt

This commit is contained in:
Scott Blum 2016-06-09 16:24:37 -04:00
parent cde57ab64a
commit 4eead9b235
1 changed files with 3 additions and 5 deletions

View File

@ -17,11 +17,7 @@ servlet container in the directory named "example".
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
================== 6.2.0 ==================
Bug Fixes
----------------------
* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
(No Changes)
================== 6.1.0 ==================
@ -170,6 +166,8 @@ Bug Fixes
* SOLR-9198: config APIs unable to add multiple values with same name (noble)
* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
Optimizations
----------------------
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.