From 0d5581177423aef95489351e07b2169150a9c102 Mon Sep 17 00:00:00 2001 From: Cao Manh Dat Date: Sat, 6 Jan 2018 09:08:50 +0700 Subject: [PATCH] SOLR-11771: Move CHANGES entry to the right version --- solr/CHANGES.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3da194beb6c..cb830ce9a6d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -86,8 +86,6 @@ Bug Fixes * SOLR-11555: If the query terms reduce to nothing, filter(clause) produces an NPE whereas fq=clause does not (Erick Erickson) -* SOLR-11771: Overseer can never process some last messages (Cao Manh Dat) - Optimizations ---------------------- @@ -122,6 +120,13 @@ Other Changes * SOLR-11801: Support customisation of the "highlighting" query response element. (Ramsey Haddad, Pranav Murugappan, David Smiley, Christine Poerschke) +================== 7.2.1 ================== + +Bug Fixes +---------------------- + +* SOLR-11771: Overseer can never process some last messages (Cao Manh Dat) + ================== 7.2.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.