added to CHANGES.txt for SOLR-4791

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2013-05-10 14:53:59 +00:00
parent caf6b7f3c9
commit 2f4474d5ad
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ Bug Fixes
* SOLR-4797: Shard splitting creates sub shards which have the wrong hash
range in cluster state. This happens when numShards is not a power of two
and router is compositeId. (shalin)
* SOLR-4791: solr.xml sharedLib does not work in 4.3.0 (Ryan Ernst, Jan Høydahl via
Erick Erickson)
Other Changes
----------------------