SOLR-8745: Move CHANGES.txt entry to 6.1

This commit is contained in:
Shalin Shekhar Mangar 2016-03-17 20:18:04 +05:30
parent 85945ef2a7
commit 4fbfeb0123
1 changed files with 3 additions and 3 deletions

View File

@ -56,6 +56,9 @@ Optimizations
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.
(Scott Blum via shalin)
* SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow
forceUpdateCollection(collection) (Scott Blum via shalin)
Other Changes
----------------------
* SOLR-7516: Improve javadocs for JavaBinCodec, ObjectResolver and enforce the single-usage policy.
@ -346,9 +349,6 @@ Optimizations
* SOLR-8720: ZkController#publishAndWaitForDownStates should use #publishNodeAsDown. (Mark Miller)
* SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow
forceUpdateCollection(collection) (Scott Blum via shalin)
Other Changes
----------------------