We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd538a commit 57287b5Copy full SHA for 57287b5
docs/changelog.rst
@@ -15,6 +15,20 @@ IN DEVELOPMENT
15
16
Changes will be summarized here periodically.
17
18
+Version 2.13.1 (June 26, 2024)
19
+------------------------------
20
+
21
+New Features:
22
23
+* Add support for ``Typing.Callable[..., T]``.
24
+ `#5202 <https://github.com/pybind/pybind11/pull/5202>`_
25
26
+Bug fixes:
27
28
+* Avoid aligned allocation in free-threaded build in order to support macOS
29
+ versions before 10.14.
30
+ `#5200 <https://github.com/pybind/pybind11/pull/5200>`_
31
32
Version 2.13.0 (June 25, 2024)
33
------------------------------
34
0 commit comments