From c3836a2a8339ecfed1988061ae1805fdf3bfa62b Mon Sep 17 00:00:00 2001 From: jbernste Date: Tue, 17 May 2016 14:12:53 -0400 Subject: [PATCH] SOLR-9118: Update CHANGES.txt --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 2685c0d4bb7..5f5b3895da2 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -217,6 +217,9 @@ Bug Fixes on such dates was also affected. With this fixed, this is the first release range faceting works on BC years. (David Smiley) +* SOLR-9118: HashQParserPlugin should trim partition keys (Joel Bernstein) + + Optimizations ---------------------- * SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.