From 7b589ad7699a7318df4a4267db736e7ac1f7e7e8 Mon Sep 17 00:00:00 2001 From: Tomas Fernandez Lobbe Date: Tue, 27 Aug 2019 15:15:43 -0700 Subject: [PATCH] SOLR-13542: Move CHANGES entry to 8.3. Added contributor --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 27b895451ef..f8498497219 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -69,8 +69,6 @@ Other Changes * SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf (Atri Sharma via Tomás Fernández Löbbe) -* SOLR-13542: Code cleanup - Avoid using stream filter count where possible - ================== 8.3.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. @@ -142,6 +140,8 @@ Improvements * SOLR-11601: Improved error message when geodist(llpsf) is used with arguments referring to a LatLonPointSpatialField. (Amrit Sarkar) +* SOLR-13542: Code cleanup - Avoid using stream filter count where possible (Koen De Groote via Tomás Fernández Löbbe) + Bug Fixes ----------------------