SOLR-4578: Move CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-19 03:06:34 +00:00
parent 7158d983b1
commit 83adfe539e
1 changed files with 4 additions and 4 deletions

View File

@ -90,10 +90,6 @@ Bug Fixes
* SOLR-4371: Admin UI - Analysis Screen shows empty result (steffkes)
* SOLR-4578: CoreAdminHandler#handleCreateAction gets a SolrCore and does not
close it in SolrCloud mode when a core with the same name already exists.
(Mark Miller)
* SOLR-4574: The Collections API will silently return success on an unknown
ACTION parameter. (Mark Miller)
@ -207,6 +203,10 @@ Bug Fixes
CachValue should give up it's path as it will be used by a new Directory
instance. (Mark Miller)
* SOLR-4578: CoreAdminHandler#handleCreateAction gets a SolrCore and does not
close it in SolrCloud mode when a core with the same name already exists.
(Mark Miller)
Other Changes
----------------------