From 4354469a930a459ca74ca855ba9696144787d71f Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 8 Sep 2016 13:38:37 +0200 Subject: [PATCH] Changelog for #459 --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 962b91e..60a664d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,10 @@ Version 0.13.0 ============== - Python 2 is no longer supported at all. See :gh:`219`. +- Config sections are now checked for duplicate names. This also means that you + cannot have a storage section ``[storage foo]`` and a pair ``[pair foo]`` in + your config, they have to have different names. This is done such that + console output is always unambigous. See :gh:`459`. Version 0.12.1 ==============