summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMalthe Borch <mborch@gmail.com>2013-08-30 14:04:41 +0200
committerMalthe Borch <mborch@gmail.com>2014-02-12 17:09:09 +0100
commita22588c93f76746a2e7a973c6ade30349170353f (patch)
treec49762f39a94518acd55e2bb828f569e369739d6 /CHANGELOG
parent7ce321f8cd98318edb889f1dc8ce7e3ab9a8c8a2 (diff)
downloadnose-a22588c93f76746a2e7a973c6ade30349170353f.tar.gz
Fixed issue with builtin filtering.
The superclass (which ultimately inherits from 'Handler') checks against any registered filters, before allowing a logging record. Nose's logging capture plugin should do the same, because these filters are allowed to modify the record. And it can easily happen that the logging format requires this modification (e.g. add an attribute).
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f024439..0d53f24 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
In Development
+- The log capture plugin now correctly applies filters that were added
+ using `addFilter`.
- Corrected a reference to the multiprocessing plugin in the documentation.
Patch by Nick Loadholtes.
- Fixed #447: doctests fail when getpackage() returns None