We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fff103 commit 9b26a0aCopy full SHA for 9b26a0a
1 file changed
Changes.rst
@@ -4,6 +4,23 @@
4
5
.. currentmodule:: pyfuse3
6
7
+Release 3.4.1 (2025-12-22)
8
+==========================
9
+
10
+* Cythonized with latest Cython 3.2.3.
11
12
+* CI: also test on Python 3.14, on Ubuntu 24.04.
13
14
+* asyncio:
15
16
+ - use .run and .get_running_loop, #106.
17
+ - replace deprecated Future() with create_future; fix lazy trio.Lock init.
18
19
+* use SPDX license identifier, #107
20
21
+* fix LICENSE text: LGPL v2.1, #102
22
23
24
Release 3.4.0 (2024-08-28)
25
==========================
26
0 commit comments