From 166ba04703e3393661ad995041a1eb7f9e342cb8 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 --- docs/changelog.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d2285f237..809df55dd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,18 @@ IN DEVELOPMENT Changes will be summarized here periodically. -Version 2.12.0 (March 27, 2025) +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.) + `#5368 `_ + + +Version 2.12.0 (March 27, 2024) ------------------------------- New Features: