Skip to content

Commit 00ef6ee

Browse files
committed
Manually copy 2.12.1 Changelog addition from master
1 parent b58436a commit 00ef6ee

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
@@ -15,6 +15,19 @@ IN DEVELOPMENT
1515

1616
Changes will be summarized here periodically.
1717

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+
1831
Version 2.12.0 (March 27, 2025)
1932
-------------------------------
2033

0 commit comments

Comments
 (0)