From 7be7e8beb965714dd1fb1b85f711e9c8a882d088 Mon Sep 17 00:00:00 2001 From: Chris Hostetter Date: Tue, 19 Apr 2016 09:42:50 -0700 Subject: [PATCH] CHANGES.txt corrections - new features go in the New Features section (SOLR-8782, SOLR-8765, SOLR-8842) --- solr/CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3fcadf4d583..587b5bf2ff5 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -20,6 +20,10 @@ See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html Detailed Change List ---------------------- + +New Features +---------------------- + * SOLR-8782: Add asynchronous sugar methods to the SolrJ Collections API. You can now call .processAsync() to run a method asynchronously, or .processAndWait() to wait for a call to finish without holding HTTP @@ -32,9 +36,6 @@ Detailed Change List * SOLR-8842: authorization APIs do not use name as an identifier for a permission for update, delete commands and 'before' attribute (noble) - -New Features ----------------------- * SOLR-8814: Support GeoJSON response writer and general spatial formatting. Adding &wt=geojson&geojson.field= Will return a FeatureCollection for each SolrDocumentList and a Feature with the