From b4f17d692edc8c859c82ac9bd5acbf2a55bb7a02 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 23 Jan 2014 22:53:10 +0100 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2862d6de..015e1743 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,10 @@ v0.18.1 (UNRELEASED) - Disable extension instead of crashing if a dependency has the wrong version. (Fixes: :issue:`657`) +- Make logging work to both console, debug log file, and any custom logging + setup from :confval:`logging/config_file` at the same time. (Fixes: + :issue:`661`) + v0.18.0 (2014-01-19) ====================