SOLR-13542: Move CHANGES entry to 8.3. Added contributor

This commit is contained in:
Tomas Fernandez Lobbe 2019-08-27 15:15:43 -07:00
parent eb44ad324d
commit 7b589ad769
1 changed files with 2 additions and 2 deletions

View File

@ -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
----------------------