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``.