SOLR-8191: Update CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720461 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joel Bernstein 2015-12-16 21:45:32 +00:00
parent 352ae7ed5f
commit fae9831060
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ Bug Fixes
* SOLR-8386: Add field option in the new admin UI schema page loads up even when no schemaFactory has been
explicitly specified since the default is ManagedIndexSchemaFactory. (Erick Erickson, Upayavira, Varun Thacker)
* SOLR-8191: Guard against CloudSolrStream close method NullPointerException
(Kevin Risden, Joel Bernstein)
Optimizations
----------------------