diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ee747170471..f008afabe50 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -81,6 +81,9 @@ Improvements * SOLR-12368: Support InPlace DV updates for a field that does not yet exist in any documents (hossman, Simon Willnauer, Adrien Grand, Munendra S N) +* SOLR-13375: Two dimensional routed aliases are now available for organizing collections based on the data values + of two fields. (Gus Heck) + Bug Fixes ---------------------- @@ -240,10 +243,10 @@ Bug Fixes * SOLR-12979: Improve error message and change error code to 400 when collapse field is non-docValued and non-uninvertible (hossman, Munendra S N) - + * SOLR-13574: Fix many test and test-framework classes to not fail on After/AfterClass cleanup if assumptions fail in Before/BeforeClass setup (hossman) - + * SOLR-13280: Strengthen ScheduledTrigger's preferredOperation parameter validation. (Christine Poerschke) * SOLR-9409: Improve error message for unsupported field types and return 400 error code on @@ -278,7 +281,7 @@ Other Changes * SOLR-13511: Add SearchHandler.newResponseBuilder method to facilitate custom plugins' maintenance of per-request state in a custom ResponseBuilder. (Ramsey Haddad, Christine Poerschke) - + * SOLR-12988: SSLTestConfig has been changed to throw AssumptionViolatedException when tests/seeds request SSL but the JVM appears to be an OpenJDK version known to have SSL bugs (hossman, Cao Manh Dat)