Add a few more recent changes to the 3.2 whatsnew list
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 @@
   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
 -----