From ffaa2345b40cff5287fcf8edaf9059cf3a8d1892 Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Mon, 20 Mar 2017 19:00:33 +0000 Subject: [PATCH] SOLR-10046: move from 6.5.0 to 6.6.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 b4196edd847..7767453c9d9 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -109,6 +109,8 @@ New Features * SOLR-9992: Add support for grouping with PointFIelds. (Cao Manh Dat) +* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke) + ================== 6.5.0 ================== @@ -213,8 +215,6 @@ New Features * SOLR-10224: Add disk total and disk free metrics. (ab) -* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke) - * SOLR-10085: SQL result set fields should be ordered by the field list (Joel Bernstein) * SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode (Joel Bernstein)