SOLR-12121: Move CHANGES entry from Improvements to New Features section

This commit is contained in:
Jan Høydahl 2019-03-08 22:08:31 +01:00
parent 20de3d2ee0
commit 9eabaf46a2
1 changed files with 2 additions and 2 deletions

View File

@ -65,6 +65,8 @@ New Features
* SOLR-13261: Make SortableTextField work with export/streaming. NOTE: requires that the field have
useDocValuesAsStored=true (either explicit or as the default).
* SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI (janhoy)
* SOLR-10436: Add hashRollup Streaming Expression (Joel Bernstein)
* SOLR-13276: Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider (Cao Manh Dat)
@ -109,8 +111,6 @@ Improvements
* SOLR-12999: Index replication could delete segments before downloading segments from master if there is not enough
disk space (noble)
* SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI (janhoy)
* SOLR-13227: Optimizing facet.range.other by avoiding expensive exceptions (Nikolay Khitrin via Mikhail Khludnev)
Other Changes