@ -10,6 +10,19 @@ Changes will be added here periodically from the "Suggested changelog entry"
@@ -10,6 +10,19 @@ Changes will be added here periodically from the "Suggested changelog entry"
block in pull request descriptions.
Version 2.11.2 (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