CHANGES.txt corrections - new features go in the New Features section (SOLR-8782, SOLR-8765, SOLR-8842)

This commit is contained in:
Chris Hostetter 2016-04-19 09:42:50 -07:00
parent 8ba1a3880b
commit 423ec09850
1 changed files with 4 additions and 3 deletions

View File

@ -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=<your geometry field>
Will return a FeatureCollection for each SolrDocumentList and a Feature with the