Manually copy 2.12.1 Changelog addition from master

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-09-13 15:03:10 -07:00
parent b58436afb6
commit 00ef6ee3ff
1 changed files with 13 additions and 0 deletions

View File

@ -15,6 +15,19 @@ IN DEVELOPMENT
Changes will be summarized here periodically.
Version 2.12.1 (September 13, 2024)
-----------------------------------
New Features:
* A new ``self._pybind11_conduit_v1_()`` method is automatically added to all
``py::class_``-wrapped types, to enable type-safe interoperability between
different independent Python/C++ bindings systems, including pybind11
versions with different ``PYBIND11_INTERNALS_VERSION``'s. Supported on
pybind11 2.11.2, 2.12.1, and 2.13.6+.
`#5296 <https://github.com/pybind/pybind11/pull/5296>`_
Version 2.12.0 (March 27, 2025)
-------------------------------