You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/09/27 16:34:20 UTC

[couchdb-documentation] 01/01: Add a few more recent changes to the 3.2 whatsnew list

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

vatamane pushed a commit to branch update-whatnew-for-3.2
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 154129983973db6f546ce6c729a90b863b8e208b
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Mon Sep 27 12:33:40 2021 -0400

    Add a few more recent changes to the 3.2 whatsnew list
---
 src/whatsnew/3.2.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/whatsnew/3.2.rst b/src/whatsnew/3.2.rst
index 8d01faf..4a8ded8 100644
--- a/src/whatsnew/3.2.rst
+++ b/src/whatsnew/3.2.rst
@@ -245,6 +245,13 @@ Bugfixes
   the filename if it finds this situation with a ``file_truncate_error``.
 * :ghissue:`3739`: Shards with large purge sequences no longer fail to split in a
   shard splitting job.
+* :ghissue:`3754`: Always return meta info when ``limit=0`` is specified with
+  the default ``sorted=true`` case. For ``sorted=false``, meta info sometimes
+  may not be returned.
+* :ghissue:`3757`: Properly sort `descending=true` view results when `keys`
+  list is specified.
+* :ghissue:`3763`: Stabilize view row sorting order when they are merged by the
+  coordinator.
 
 Other
 -----