You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ho...@apache.org on 2010/01/26 21:21:14 UTC

svn commit: r903398 - /lucene/solr/trunk/CHANGES.txt

Author: hossman
Date: Tue Jan 26 20:21:09 2010
New Revision: 903398

URL: http://svn.apache.org/viewvc?rev=903398&view=rev
Log:
missing CHANGES.txt entries for SOLR-1516 and SOLR-1592

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=903398&r1=903397&r2=903398&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Tue Jan 26 20:21:09 2010
@@ -168,6 +168,13 @@
 Other Changes
 ----------------------
 
+* SOLR-1516: Addition of an abstract BaseResponseWriter class to simplify the
+  development of QueryResponseWriter implementations.
+  (Chris A. Mattmann via noble)
+
+* SOLR-1592: Refactor XMLWriter startTag to allow arbitrary attributes to be written
+  (Chris A. Mattmann via noble)
+
 * SOLR-1561: Added Lucene 2.9.1 spatial contrib jar to lib. (gsingers)
 
 * SOLR-1570: Log warnings if uniqueKey is multi-valued or not stored (hossman, shalin)