SOLR-9059: Update CHANGES.txt

This commit is contained in:
jbernste 2016-05-03 13:14:38 -04:00
parent 0cb7d83193
commit f588374bcc
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ Bug Fixes
* SOLR-9028: Fixed some test related bugs preventing SSL + ClientAuth from ever being tested (hossman)
* SOLR-9059: NPE in SolrClientCache following collection reload (Joel Bernstein, Ryan Yacyshyn)
Optimizations
----------------------
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.