Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Sep 27, 2024
1 parent 1d860ac commit 3724be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
**New**:

- **Python 3.12 support**.
- Support the `type` statement when fixing `ctx` attributes in the global postprocess pass.
- **Python 3.11 support**.
- Consider also `end_lineno` and `end_col_offset` when fixing AST locations in the global postprocess pass. Python 3.11's AST validator (in the compiler) checks e.g. that `end_lineno >= lineno`.
- The unparser now supports `try`/`except*` (Python 3.11 exception groups).
Expand Down

0 comments on commit 3724be3

Please sign in to comment.