Skip to content

Commit

Permalink
chore: update changelog for PR #53.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 26, 2024
1 parent d5d2d46 commit 3000089
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

- Add preliminary support for Python 3.13 as of 3.13a5.

- Enable multi-phase module initialization (PEP 489) for all supported
Python versions. See this "how-to" doc for rationale and steps:
https://docs.python.org/3.13/howto/isolating-extensions.html

- Make the ``hookable`` extension type heap-allocated for Python >= 3.9.
Likewise, see the doc above for rationale and steps. For Python < 3.9,
the ``hookable`` extension type continues to be allocated statically,
even though the module itself is allocated dynamically.


6.1.0 (2023-10-05)
==================
Expand Down

0 comments on commit 3000089

Please sign in to comment.