From 024f0ddfc19ec04a0e44c8de2f41528174202580 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 13 Sep 2024 09:46:28 -0700 Subject: [PATCH] Update Changelog: v2.11.2, v2.12.1 --- docs/changelog.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0145317743..ad9fcfcf77 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -31,6 +31,29 @@ New Features: * The ``array_caster`` in pybind11/stl.h was enhanced to support value types that are not default-constructible. `#5305 `_ + +Version 2.12.1 (September 13, 2024) +----------------------------------- + +New Features: + +* Backport of PR #5296: The pybind11 v2.12 series now interoperates with other + pybind11 versions that include PR #5296. (See the description of PR #5296 for + limitations.) + `#5296 `_ + + +Version 2.11.2 (September 13, 2024) +----------------------------------- + +New Features: + +* Backport of PR #5296: The pybind11 v2.11 series now interoperates with other + pybind11 versions that include PR #5296. (See the description of PR #5296 for + limitations.) + `#5296 `_ + + Version 2.13.5 (August 22, 2024) --------------------------------