You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2011/08/12 23:14:10 UTC

svn commit: r1157255 - /couchdb/trunk/CHANGES

Author: rnewson
Date: Fri Aug 12 21:14:09 2011
New Revision: 1157255

URL: http://svn.apache.org/viewvc?rev=1157255&view=rev
Log:
consolidate Replicator sections in CHANGES.

Modified:
    couchdb/trunk/CHANGES

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=1157255&r1=1157254&r2=1157255&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Fri Aug 12 21:14:09 2011
@@ -6,12 +6,6 @@ Version 1.2.0
 
 This version has not been released yet.
 
-Replicator:
-
- * Passing non-string values to query_params is now a 400 bad
-   request. This is to reduce the surprise that all parameters
-   are converted to strings internally.
-
 Build System:
 
  * cURL is no longer required to build CouchDB as it is only
@@ -27,6 +21,9 @@ Replicator:
 
  * A new replicator implementation. It offers more performance and
    configuration options.
+ * Passing non-string values to query_params is now a 400 bad
+   request. This is to reduce the surprise that all parameters
+   are converted to strings internally.
 
 Storage System: