updated changelog

This commit is contained in:
Virendra Patil 2024-06-27 00:36:13 +05:30
parent 3089c17b5b
commit 24ec45d881
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Handle invalid regex patterns in `pytest.raises` by providing a clear error message, improving user experience.
Improve handling of invalid regex patterns in :func:`pytest.raises(match=r'...') <pytest.raises>` by providing a clear error message.