diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 41fb2b1654c..cc62372d7df 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -114,14 +114,6 @@ Bug Fixes
 * SOLR-5461: Request proxying should only set con.setDoOutput(true) if the
   request is a post. (Mark Miller)
 
-* SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug. 
-  (Mark Miller)
-
-* SOLR-5464: ConcurrentSolrServer does not stream pure delete by id requests.
-  (Mark Miller)
-  
-* SOLR-5452: Do not attempt to proxy internal update requests. (Mark Miller)  
-
 Optimizations
 ----------------------
 
@@ -209,6 +201,9 @@ New Features
    
 * SOLR-5084: new field type EnumField. (Elran Dvir via Erick Erickson)
 
+* SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete 
+   requests. (Mark Miller)
+
 Bug Fixes
 ----------------------
   
@@ -249,6 +244,11 @@ Bug Fixes
 
 * SOLR-5397: Replication can fail silently in some cases. (Mark Miller)
 
+* SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug. 
+  (Mark Miller)
+  
+* SOLR-5452: Do not attempt to proxy internal update requests. (Mark Miller)  
+
 Optimizations
 ----------------------