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 17:24:27 UTC

[couchdb-documentation] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new a790b17  Add a few more recent changes to the 3.2 whatsnew list
a790b17 is described below

commit a790b17710e2792f9ec6621e7c09969dd74b5744
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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/whatsnew/3.2.rst b/src/whatsnew/3.2.rst
index 8d01faf..a10f172 100644
--- a/src/whatsnew/3.2.rst
+++ b/src/whatsnew/3.2.rst
@@ -245,6 +245,12 @@ 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 views meta info when ``limit=0`` and
+  ``sorted=true``.
+* :ghissue:`3757`: Properly sort ``descending=true`` view results with a ``keys``
+  list.
+* :ghissue:`3763`: Stabilize view row sorting order when they are merged by the
+  coordinator.
 
 Other
 -----