Update changelog/9877.bugfix.rst

Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
This commit is contained in:
EmptyRabbit 2022-07-07 19:29:50 +08:00 committed by GitHub
parent f29f79e39f
commit aa83fa353c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()``