SOLR-9533, SOLR-9559: Undate CHANGES.txt

This commit is contained in:
Joel Bernstein 2016-10-26 23:11:20 -04:00
parent d215f9e568
commit 7b3d29dda7
1 changed files with 5 additions and 1 deletions

View File

@ -166,7 +166,9 @@ New Features
* SOLR-2212: Add a factory class corresponding to Lucene's NoMergePolicy. (Lance Norskog, Cao Manh Dat via shalin)
* SOLR-9670: Support SOLR_AUTHENTICATION_OPTS in solr.cmd (janhoy)
* SOLR-9670: Support SOLR_AUTHENTICATION_OPTS in solr.cmd (janhoy)
* SOLR-9559: Add ExecutorStream to execute stored Streaming Expressions (Joel Bernstein)
Bug Fixes
----------------------
@ -370,6 +372,8 @@ Other Changes
so that killing a shard in one collection does not result in leader election in a different collection.
See SOLR-5243 for the related bug. (Cao Manh Dat via shalin)
* SOLR-9533: Reload core config when a core is reloaded (Gethin James, Joel Bernstein)
================== 6.2.1 ==================
Bug Fixes