File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ Changes will be added here periodically from the "Suggested changelog entry"
10
10
block in pull request descriptions.
11
11
12
12
13
+ Version 2.11.2 (September 13, 2024)
14
+ -----------------------------------
15
+
16
+ New Features:
17
+
18
+ * A new ``self._pybind11_conduit_v1_() `` method is automatically added to all
19
+ ``py::class_ ``-wrapped types, to enable type-safe interoperability between
20
+ different independent Python/C++ bindings systems, including pybind11
21
+ versions with different ``PYBIND11_INTERNALS_VERSION ``'s. Supported on
22
+ pybind11 2.11.2, 2.12.1, and 2.13.6+.
23
+ `#5296 <https://github.com/pybind/pybind11/pull/5296 >`_
24
+
25
+
13
26
Version 2.11.1 (July 17, 2023)
14
27
-----------------------------
15
28
You can’t perform that action at this time.
0 commit comments