Skip to content

Commit c87a445

Browse files
committed
Remove sentence: Using self._pybind11_conduit_v1_() ... should keep extension compatibility.
This isn't true, because we also modernized `PYBIND11_PLATFORM_ABI_ID` (which I believe was absolutely necessary). I think it'll be too complicated to explain that here, and there is a mention in the Upgrade guide.
1 parent c528b75 commit c87a445

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ New Features:
2525
and ``std::enable_shared_from_this``.
2626
`#5542 <https://github.com/pybind/pybind11/pull/5542>`_
2727

28-
* Remove pybind11 2.x internals versions, the internals version number has been
29-
bumped. Using ``self._pybind11_conduit_v1_()`` (backported to several 2.x
30-
versions) should keep extension compatibility.
28+
* Remove support for pybind11 v2 internals versions (4, 5, 6).
29+
(The internals version number has been bumped for pybind11 v3.)
3130
`#5512 <https://github.com/pybind/pybind11/pull/5512>`_
3231
`#5530 <https://github.com/pybind/pybind11/pull/5530>`_
3332

0 commit comments

Comments
 (0)