add changelog entry

This commit is contained in:
Claire 2021-11-09 07:57:43 -05:00
parent 2276b5c771
commit 9c495fa00d
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Added method :meth:`get_records_by_logger <_pytest.logging.LogCaptureFixture.get_records_by_logger>` to :class:`LogCaptureFixture <_pytest.logging.LogCaptureFixture>` as a convenience method to get records by the name of the logger.