You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/30 07:54:22 UTC

[couchdb-documentation] branch master updated: Fix bad formatting in release notes

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 93fa01c  Fix bad formatting in release notes
93fa01c is described below

commit 93fa01cdab9b409a5eed91c784215b7ebe4a3625
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sun Jul 30 03:54:11 2017 -0400

    Fix bad formatting in release notes
---
 src/whatsnew/2.1.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/whatsnew/2.1.rst b/src/whatsnew/2.1.rst
index 0af53f0..cc494aa 100644
--- a/src/whatsnew/2.1.rst
+++ b/src/whatsnew/2.1.rst
@@ -256,10 +256,10 @@ Upgrade Notes
   performance cost. Consider instead switching using
   ``_scheduler/docs`` HTTP endpoint.
 
-* The ``stale`` parameter for views and _find has been deprecated in favour
+* The ``stale`` parameter for views and ``_find`` has been deprecated in favour
   of two new parameters: ``stable`` and ``update``. The old ``stale=ok``
   behaviour is equivalent to ``stable=true&update=false``, and the old
-  ``stale=update_after``behaviour is equivalent to ``stable=true&update=lazy``.
+  ``stale=update_after`` behaviour is equivalent to ``stable=true&update=lazy``.
   The deprecated ``stale`` parameter will be removed in CouchDB 3.0.
 
 * The ``[couchdb] max_document_size`` configuration parameter was renamed

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].