doc: add missing changelog for #10907

This commit is contained in:
Ran Benita 2023-04-16 18:21:08 +03:00
parent 7834b3b07f
commit f08184ba20
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
When an exception traceback to be displayed is completely filtered out (by mechanisms such as ``__tracebackhide__``, internal frames, and similar), now only the exception string and the following message are shown:
"All traceback entries are hidden. Pass `--full-trace` to see hidden and internal frames.".
Previously, the last frame of the traceback was shown, even though it was hidden.