Skip to content

Commit ab605ba

Browse files
committed
Update changelog.
1 parent 4b757b7 commit ab605ba

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Authors
77
* Mikhail Borisov - https://github.com/borman
88
* Dan Ailenei - https://github.com/Dan-Ailenei
99
* Tom Schraitle - https://github.com/tomschr
10+
* Steve Kowalik - https://github.com/s-t-e-v-e-n-k

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
Changelog
33
=========
44

5-
3.8.0 (2025-07-10)
5+
3.8.0 (2025-07-11)
66
------------------
77

88
* Drop support for Python 3.8.
9-
* Added support for Python 3.13.
9+
* Added support for Python 3.13, including freethreading variant (but not really tested, as most of the test suite is singlethreaded).
1010
* Fixed issues with latest Cython release (3.1.2).
11-
* Simplified the `Event.__init__` so doesn't require a Tracer instance anymore.
11+
* Simplified the `Event.__init__` so doesn't require or accept a Tracer instance anymore to fill in some options.
12+
* Fixed hardcoded python executable in tests.
13+
Contributed by Steve Kowalik in `#126 <https://github.com/ionelmc/python-hunter/pull/126>`.
1214

1315
3.7.0 (2024-05-02)
1416
------------------

0 commit comments

Comments
 (0)