diff --git a/changelog/9877.bugfix.rst b/changelog/9877.bugfix.rst index ace3a4385..77b1b8c38 100644 --- a/changelog/9877.bugfix.rst +++ b/changelog/9877.bugfix.rst @@ -1 +1 @@ -Fixed ``caplog.get_records(when)`` still get the stage records after ``caplog.clear()`` +ensure ``caplog.get_records(when)`` returns current/correct data after invoking ``caplog.clear()``