From 8d08dc64ca300342852ceaa7b1d65fe9f69dab06 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 17 Jul 2023 12:07:42 -0700 Subject: [PATCH] Copy v2.11.1 changelog section as released. (#4755) --- docs/changelog.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bb034d1f3..8e5c49658 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,21 @@ IN DEVELOPMENT Changes will be summarized here periodically. +Version 2.11.1 (July 17, 2023) +----------------------------- + +Changes: + +* ``PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF`` is now provided as an option + for disabling the default-on ``PyGILState_Check()``'s in + ``pybind11::handle``'s ``inc_ref()`` & ``dec_ref()``. + `#4753 `_ + +* ``PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF`` was disabled for PyPy in general + (not just PyPy Windows). + `#4751 `_ + + Version 2.11.0 (July 14, 2023) -----------------------------