diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 952f8343cf5..19f717bebf7 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -263,6 +263,14 @@ Documentation ======================= 3.x (not yet released) ================ +Bug Fixes +---------------------- + +* SOLR-2519: Improve text_* fieldTypes in example schema.xml: improve + cross-language defaults for text_general; break out separate + English-specific fieldTypes (Jan Høydahl, hossman, Robert Muir, + yonik, Mike McCandless) + ================== 3.2.0 ================== Versions of Major Components --------------------- @@ -349,11 +357,6 @@ Bug Fixes * SOLR-2539: VectorValueSource.floatVal incorrectly used byteVal on sub-sources. (Tom Liu via yonik) -* SOLR-2519: Improve text_* fieldTypes in example schema.xml: improve - cross-language defaults for text_general; break out separate - English-specific fieldTypes (Jan Høydahl, hossman, Robert Muir, - yonik, Mike McCandless) - Other Changes ----------------------