From b3b356e514d113d96f37f7f16295ce4d13de943a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 29 Jan 2015 12:13:23 +0100 Subject: [PATCH] Introduce atomicwrites --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 28e0f54..68ac08d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,7 @@ Version 0.4.2 - Fixed compatibility with custom SabreDAV servers. See :gh:`166`. - Catch harmless threading exceptions that occur when shutting down vdirsyncer. See :gh:`167`. +- Vdirsyncer now depends on ``atomicwrites``. Version 0.4.1 =============