From 90b3ef18dee4d7f583d08047da3bd95d49d859cd Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Wed, 26 Apr 2017 17:01:29 +0100 Subject: [PATCH] SOLR-10046: move from 6.6.0 to 7.0.0 CHANGES.txt (backport yet to be completed) --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 419167c45a9..243822922e2 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -83,6 +83,8 @@ New Features * SOLR-10393: Adds UUID Streaming Evaluator (Dennis Gove) +* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke) + Bug Fixes ---------------------- * SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509. @@ -157,8 +159,6 @@ New Features * SOLR-9992: Add support for grouping with PointFIelds. (Cao Manh Dat) -* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke) - * SOLR-9994: Add support for CollapseQParser with PointFields. (Varun Thacker, Cao Manh Dat) * SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. (Mano Kovacs via Mark Miller)