You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2015/06/01 15:49:01 UTC

svn commit: r1682901 - /lucene/dev/trunk/solr/CHANGES.txt

Author: ehatcher
Date: Mon Jun  1 13:49:00 2015
New Revision: 1682901

URL: http://svn.apache.org/r1682901
Log:
SOLR-7610: Move CHANGES.txt entry to bug fix section

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1682901&r1=1682900&r2=1682901&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Jun  1 13:49:00 2015
@@ -90,6 +90,9 @@ Bug Fixes
 * SOLR-7361: Slow loading SolrCores should not hold up all other SolrCores that have finished loading from serving
   requests. (Mark Miller, Timothy Potter, Ramkumar Aiyengar)
 
+* SOLR-7610: Fix VelocityResponseWriter's $resource.locale to accurately report locale in use.
+  (ehatcher)
+
 Optimizations
 ----------------------
 (no changes)
@@ -106,8 +109,6 @@ Other Changes
 
 * SOLR-7599: Remove cruft from SolrCloud tests. (shalin)
 
-* SOLR-7610: Fix VelocityResponseWriter's $resource.locale to accurately report locale in use.
-  (ehatcher)
 
 ==================  5.2.0 ==================