Combined changelog lines

This commit is contained in:
Zak Stucke 2023-07-19 12:51:14 +03:00
parent f2b7e86e2e
commit 31b21a71b5
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
Fixed `PyErr.from_value()` to maintain original traceback.
Fixed `PyErr.into_value()` to maintain original traceback.
Fixed `PyErr.from_value()` and `PyErr.into_value()` to both maintain original traceback instead of losing it on conversion.