update changelog

This commit is contained in:
Cheukting 2022-06-23 16:00:07 +08:00
parent ee348a9f4c
commit ed054c6379
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Showing inner exceptions in ``ExceptionGroups`` when using display options other than ``--tb=native``.
Showing inner exceptions by forcing native display in ``ExceptionGroups`` even when using display options other than ``--tb=native``. A temporary step before full implementation of pytest-native display for inner exceptions in ``ExceptionGroups``.