diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-10-02 14:14:14 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-10-02 16:37:24 +0200 |
commit | 709812ce05b908616efb536820185e1a0eecc1b0 (patch) | |
tree | efb320644c3a515913dbba17dd4294b5020f430b /changes | |
parent | c4d239f56947cf5ae4c4d260946bf5ff9fe040cf (diff) |
[bug] remove bubble argument from the logbook NullHandler
NullHandler doesn't have anymore the argument bubble.
https://pythonhosted.org/Logbook/changelog.html#version-0-11-0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-logbook_handler_bubble | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-logbook_handler_bubble b/changes/bug-logbook_handler_bubble new file mode 100644 index 00000000..3770e84f --- /dev/null +++ b/changes/bug-logbook_handler_bubble @@ -0,0 +1 @@ +- Remove bubble argument from the logbook NullHandler |