From 2a57190d7a73f7c4cfdf01497cd2f5d15bb305f3 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 19 Dec 2013 22:13:17 +0100 Subject: [PATCH] docs: Update change log with XDG_CONFIG_DIRS change --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b04c6b95..bfc4a742 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,6 +40,11 @@ a temporary regression of :issue:`527`. asyncronously through the GObject event loop. This should resolve the issue that has blocked the merge of the EOT-vs-EOS fix for a long time. +**Config file loading** + +- The default for the config flag has been uptated to include + ``$XDG_CONFIG_DIRS`` in addition to ``$XDG_CONFIG_DIR``. (Fixes :issue:`431`) + v0.17.0 (2013-11-23) ====================