From 6cebba0853f4fa31abca6ca0ba7428008c5227ad Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 17 Jun 2021 08:42:45 +0200 Subject: [PATCH] Add a changelog entry --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cde27d6..e5a2fab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,9 @@ 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. +- Add a new "showconfig" status. This prints *some* configuration values as + JSON. This is intended to be used by external tools and helpers that interact + with ``vdirsyncer``. Version 0.18.0 ==============