From 9e37606c5c3c4957048e96100800fc4b47e773b7 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 14 Dec 2021 00:25:34 +0100 Subject: [PATCH] Add news --- NEWS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.md b/NEWS.md index c1a48131..b4365a25 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,26 @@ # News +## master + +* Single `` element in PROPPATCH response +* Allow multiple `` and `` elements +* Improve log messages +* Fix date filter +* Improve sanitization of collection properties +* Cancel mkcalendar request on error +* Use **renameat2** on Linux for atomic overwriting of collections +* Command Line Parser + * Disallow abbreviated arguments + * Support backend specific options and HTTP headers + * Optional argument for boolean options + * Require argument for `--config` +* Allow float for server->timeout setting +* Fix **is-not-defined** filter in **addressbook-query** report +* Add python type hints +* Add **multifilesystem_nolock** storage +* Add support for Python 3.9 and 3.10 +* Drop support for Python 3.5 + ## 3.0.6 * Allow web plugins to handle POST requests