SOLR-13131 Fix CHANGES.txt entry

This commit is contained in:
Gus Heck 2019-06-08 13:25:03 -04:00
parent e85c6e6429
commit 3d57a323a9
1 changed files with 4 additions and 7 deletions

View File

@ -51,12 +51,6 @@ Upgrade Notes
* SOLR-13323: The unused package org.apache.solr.internal.csv.writer and associated classes/tests that were easily * SOLR-13323: The unused package org.apache.solr.internal.csv.writer and associated classes/tests that were easily
confused with but not used by org.apache.solr.response.CSVWriter (or any other code) have been removed (Gus Heck) confused with but not used by org.apache.solr.response.CSVWriter (or any other code) have been removed (Gus Heck)
New Features
----------------------
* SOLR-13131: Category Routed Aliases are now available for data driven assignment of documents to collections based on
values of a field. The Ref Guide now has a page dedicated to explaining the different types of aliases. (Gus Heck,
Moshe Bla)
================== 8.2.0 ================== ================== 8.2.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
@ -230,6 +224,9 @@ Upgrade Notes
New Features New Features
---------------------- ----------------------
* SOLR-13131: Category Routed Aliases are now available for data driven assignment of documents to collections based on
values of a field. The Ref Guide now has a page dedicated to explaining the different types of aliases. (Gus Heck,
Moshe Bla)
* SOLR-13171 : A true streaming parser for javabin payload/stream without creating any objects (noble) * SOLR-13171 : A true streaming parser for javabin payload/stream without creating any objects (noble)