Skip to content

Commit ee6a88c

Browse files
committed
Manually copy 2.11.2 Changelog addition from master
1 parent 854cf72 commit ee6a88c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ Changes will be added here periodically from the "Suggested changelog entry"
1010
block in pull request descriptions.
1111

1212

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+
1326
Version 2.11.1 (July 17, 2023)
1427
-----------------------------
1528

0 commit comments

Comments
 (0)