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 b58436a commit 00ef6eeCopy full SHA for 00ef6ee
docs/changelog.rst
@@ -15,6 +15,19 @@ IN DEVELOPMENT
15
16
Changes will be summarized here periodically.
17
18
+Version 2.12.1 (September 13, 2024)
19
+-----------------------------------
20
+
21
+New Features:
22
23
+* A new ``self._pybind11_conduit_v1_()`` method is automatically added to all
24
+ ``py::class_``-wrapped types, to enable type-safe interoperability between
25
+ different independent Python/C++ bindings systems, including pybind11
26
+ versions with different ``PYBIND11_INTERNALS_VERSION``'s. Supported on
27
+ pybind11 2.11.2, 2.12.1, and 2.13.6+.
28
+ `#5296 <https://github.com/pybind/pybind11/pull/5296>`_
29
30
31
Version 2.12.0 (March 27, 2025)
32
-------------------------------
33
0 commit comments