This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch 3.3.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit f860c953dd5c42364eb21182ddbcf568413760e4 Author: Jan Lehnardt <[email protected]> AuthorDate: Thu Jan 5 16:05:09 2023 +0100 doc(whatsnew): document 3.3.1 updates --- src/docs/src/whatsnew/3.3.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/docs/src/whatsnew/3.3.rst b/src/docs/src/whatsnew/3.3.rst index 5eca323da..3b205aeec 100644 --- a/src/docs/src/whatsnew/3.3.rst +++ b/src/docs/src/whatsnew/3.3.rst @@ -20,6 +20,21 @@ :depth: 1 :local: +.. _release/3.3.1: + +Version 3.3.1 +============= + +Features and Enhancements +------------------------- + +* :ghissue:`4343`, :ghissue:`4344`, :ghissue:`4345`: Fix ``undef`` when + parsing replication doc body with a ``user_ctx``. +* :ghissue:`4346`: Add ``make`` target to find ``undef`` errors. +* :ghissue:`4347`: Remove failed ``couch_plugins`` experiment, fixes more + ``undef`` errors. +* :ghissue:`4348`: Fix ``undef`` error in ``weatherreport``. + .. _release/3.3.0: Version 3.3.0
