Skip to content

Commit

Permalink
add changelog entry for #112
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Apr 18, 2024
1 parent 9c46ba4 commit f8938a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

**1.2.1**

- ``BaseExceptionGroup.derive`` no longer copies ``__notes__``, instead copying ``__notes__`` in the *callers* of ``derive``. This makes the behaviour follow CPython more closely. (#112; PR by CF Bolz-Tereick)
- Corrected the type annotation of the exception handler callback to accept a
``BaseExceptionGroup`` instead of ``BaseException``
- Fix type errors on python < 3.10 (PR by John Litborn)
Expand Down

0 comments on commit f8938a9

Please sign in to comment.