From aa83fa353c58c8b9f6b6afecbc5a223e9731d720 Mon Sep 17 00:00:00 2001 From: EmptyRabbit <32815055+EmptyRabbit@users.noreply.github.com> Date: Thu, 7 Jul 2022 19:29:50 +0800 Subject: [PATCH] Update changelog/9877.bugfix.rst Co-authored-by: Ronny Pfannschmidt --- changelog/9877.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()``