You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/09/09 18:55:35 UTC

[3/6] documentation commit: updated refs/heads/master to 242e4f2

fix: move update_seq change to upgrade notes


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/babcd44a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/babcd44a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/babcd44a

Branch: refs/heads/master
Commit: babcd44a1b95ab24377e048dc1ee409644add6c5
Parents: b473da8
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Sep 9 20:43:32 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Sep 9 20:43:32 2016 +0200

----------------------------------------------------------------------
 src/whatsnew/2.0.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/babcd44a/src/whatsnew/2.0.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/2.0.rst b/src/whatsnew/2.0.rst
index 1e028fa..870b406 100644
--- a/src/whatsnew/2.0.rst
+++ b/src/whatsnew/2.0.rst
@@ -48,8 +48,6 @@ Version 2.0.0
   view with a single HTTP request.
 * Views can be queried with sorting turned off ( ``sorted=false``) for a
   performance boost.
-* The update sequences returned by the :ref:`api/db/changes` feed are no longer
-  just integers. They can be any JSON value.
 * The global changes feed has been enhanced. It is now resumable and persistent.
 * New endpoints added (documentation forthcoming for some):
 
@@ -71,6 +69,9 @@ Version 2.0.0
 Upgrade Notes
 =============
 
+* The update sequences returned by the :ref:`api/db/changes` feed are no longer
+  integers. They can be any JSON value. Applications should treat them as opaque
+  values and return them to CouchDB as-is.
 * Temporary views are no longer supported.
 * It is possible to have multiple replicator databases.
   ``replicator/db`` config option has been removed.