Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tapetersen committed Jan 29, 2025
1 parent 136cd5d commit 08bf558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Version history

This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

**UNRELEASED**
- Fixed traceback formatting growing quadratically with level of ``TaskGroup``
nesting on asyncio due to exception chaining when raising ``ExceptionGroups``
in ``TaskGroup.__aexit__``
(`#863 <https://github.com/agronholm/anyio/issues/863>`_; PR by @tapetersen)

**4.8.0**

- Added **experimental** support for running functions in subinterpreters on Python
Expand Down

0 comments on commit 08bf558

Please sign in to comment.