From cfd5af832a8846c96717d543091d0e0c843e72ba Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sun, 13 Jun 2021 16:12:52 +0200 Subject: [PATCH] Fix mixup in the changelog --- CHANGELOG.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d2f7895..cde27d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,13 @@ Package maintainers and users who have to manually update their installation may want to subscribe to `GitHub's tag feed `_. +Version 0.19.0 +============== + +- Add "description" and "order" as metadata. These fetch the CalDAV: + calendar-description, CardDAV:addressbook-description and apple-ns:calendar-order + properties. + Version 0.18.0 ============== @@ -22,9 +29,6 @@ Note: Version 0.17 has some alpha releases but ultimately was never finalised. - Python 3.9 is now supported. - Our Debian/Ubuntu build scripts have been updated. New versions should be pushed to those repositories soon. -- Add "description" and "order" as metadata. These fetch the CalDAV: - calendar-description, CardDAV:addressbook-description and apple-ns:calendar-order - properties. Version 0.16.8 ==============