From 9eabaf46a2be77383643dada10e93087970c07f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Fri, 8 Mar 2019 22:08:31 +0100 Subject: [PATCH] SOLR-12121: Move CHANGES entry from Improvements to New Features section --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 4d2724ea515..df15c842e36 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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