SOLR-10715: Move change entry to 6.7.0

This commit is contained in:
Cao Manh Dat 2017-06-12 16:44:42 +07:00
parent e11eb63f60
commit 661a3c46d4
1 changed files with 2 additions and 2 deletions

View File

@ -156,8 +156,6 @@ Bug Fixes
* SOLR-10223: Allow running examples as root on Linux with -force option (janhoy)
* SOLR-10715: /v2/ should not be an alias for /v2/collections (Cao Manh Dat)
Optimizations
----------------------
@ -357,6 +355,8 @@ Bug Fixes
shards. The fix included an optimization to use Solr's cached AtomicReader instead of re-calculating.
(David Smiley)
* SOLR-10715: /v2/ should not be an alias for /v2/collections (Cao Manh Dat)
Optimizations
----------------------
* SOLR-10634: JSON Facet API: When a field/terms facet will retrieve all buckets (i.e. limit:-1)