From d08881a5b405738efdf0a4ca6679bde22ac5843f Mon Sep 17 00:00:00 2001 From: Manfred Urban Date: Mon, 1 Jun 2015 23:52:39 +0200 Subject: [PATCH] Updated changelog with information on fix #1487 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b11b57911..dccb95682 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -46,6 +46,8 @@ Fixes: contain curly braces. :bug:`1481` * Regular expression queries over paths now work more reliably with non-ASCII characters in filenames. :bug:`1482` +* Fix a bug, where the autotagger still considers matches that are specifically + listed under the config's ignored section. :bug:`1487` 1.3.13 (April 24, 2015)