From 423ec098504836ccd9b6e742a5b93c7b40cb0aa3 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 2ae4ebd23fb..d4806cf5fd1 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -49,6 +49,10 @@ Optimizations 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 @@ -61,9 +65,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