diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 0da44fdb319..96a83b33eac 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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.