From d1fa8ae08e52d5dbe966258746791dfbfd568c0a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 19 Sep 2018 12:52:10 -0300 Subject: [PATCH] Improve CHANGELOG entry --- changelog/3998.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3998.bugfix.rst b/changelog/3998.bugfix.rst index 9bb0fb7ad..e696f7087 100644 --- a/changelog/3998.bugfix.rst +++ b/changelog/3998.bugfix.rst @@ -1 +1 @@ -Fix caplog's catch_log_handler not being available with --pdb +Fix issue that prevented some caplog properties (for example ``record_tuples``) from being available when entering the debugger with ``--pdb``.