SOLR-8114: correct CHANGES.txt entry location (was in 6.0.0 section but should have been 5.4.0 section instead)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1714960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christine Poerschke 2015-11-18 10:17:36 +00:00
parent d07124ef6f
commit b005748ef8
1 changed files with 3 additions and 3 deletions

View File

@ -145,9 +145,6 @@ Other Changes
* SOLR-8132: HDFSDirectoryFactory now defaults to using the global block cache. (Mark Miller)
* SOLR-8114: in Grouping.java rename groupSort and sort to withinGroupSort and groupSort
(Christine Poerschke)
* SOLR-8261: Change SchemaSimilarityFactory default to BM25Similarity (hossman)
* SOLR-8259: Remove deprecated JettySolrRunner.getDispatchFilter()
@ -488,6 +485,9 @@ Other Changes
* SOLR-8116: SearchGroupsResultTransformer tweaks (String literals, list/map initialCapacity)
(Christine Poerschke)
* SOLR-8114: in Grouping.java rename groupSort and sort to withinGroupSort and groupSort
(Christine Poerschke)
* SOLR-8074: LoadAdminUIServlet directly references admin.html (Mark Miller, Upayavira)
* SOLR-8195: IndexFetcher download trace now includes bytes-downloaded[-per-second]