Skip to content

Commit

Permalink
Manually copy 2.11.2 Changelog addition from master
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Sep 13, 2024
1 parent 854cf72 commit ee6a88c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
pybind11 2.11.2, 2.12.1, and 2.13.6+.
`#5296 <https://github.com/pybind/pybind11/pull/5296>`_


Version 2.11.1 (July 17, 2023)
-----------------------------

Expand Down

0 comments on commit ee6a88c

Please sign in to comment.