From 7403182645fb664568bab40db73736406626cdf0 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 26 Jun 2023 18:50:00 +0200 Subject: [PATCH] Update changelog with recent updates --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 183eec6..96e7591 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.2 +============== + +- Improve the performance of ``SingleFileStorage``. :gh:`818` +- Properly document some caveats of the Google Contacts storage. +- Fix crash when using auth certs. :gh:`1033` + Version 0.19.1 ==============