mirror of https://github.com/apache/lucene.git
SOLR-13131 Fix CHANGES.txt entry
This commit is contained in:
parent
e85c6e6429
commit
3d57a323a9
|
@ -51,12 +51,6 @@ Upgrade Notes
|
|||
* 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)
|
||||
|
||||
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 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
@ -230,6 +224,9 @@ Upgrade Notes
|
|||
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue