From 625cb4addee71a9d17db6fcbdbf8e8bc9efb83c6 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 17 Dec 2014 14:25:50 +0100 Subject: [PATCH] Changelogs should now be written immediately ...and together with the accompanying patch. --- CHANGELOG.rst | 13 +++++++++++++ CONTRIBUTING.rst | 4 +--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 721fc95..e2c5854 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,19 @@ Package maintainers and users who have to manually update their installation may want to subscribe to `GitHub's tag feed `_. +Version 0.4.0 +============= + +*yet to be released* + +- Collection discovery has been rewritten. Old configuration files should be + compatible with it, but vdirsyncer now caches the results of the collection + discovery. You have to run ``vdirsyncer discover`` if collections were added + or removed on one side. +- Pair and storage names are now restricted to certain characters. Vdirsyncer + will issue a clear error message if your configuration file is invalid in + that regard. + Version 0.3.4 ============= diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0091f6c..24b0323 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -28,9 +28,7 @@ Submitting patches, pull requests * But not because you wrote too few tests. -* Add yourself to ``AUTHORS.rst``. Don't add anything to ``CHANGELOG.rst``, I - do that myself shortly before the release. You can help by writing meaningful - commit messages. +* Add yourself to ``AUTHORS.rst``, and add a note to ``CHANGELOG.rst`` too. Running tests, how to set up your development environment =========================================================