Skip to content

Commit 8d08dc6

Browse files
authored
Copy v2.11.1 changelog section as released. (#4755)
1 parent 99131a8 commit 8d08dc6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ IN DEVELOPMENT
1616
Changes will be summarized here periodically.
1717

1818

19+
Version 2.11.1 (July 17, 2023)
20+
-----------------------------
21+
22+
Changes:
23+
24+
* ``PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF`` is now provided as an option
25+
for disabling the default-on ``PyGILState_Check()``'s in
26+
``pybind11::handle``'s ``inc_ref()`` & ``dec_ref()``.
27+
`#4753 <https://github.com/pybind/pybind11/pull/4753>`_
28+
29+
* ``PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF`` was disabled for PyPy in general
30+
(not just PyPy Windows).
31+
`#4751 <https://github.com/pybind/pybind11/pull/4751>`_
32+
33+
1934
Version 2.11.0 (July 14, 2023)
2035
-----------------------------
2136

0 commit comments

Comments
 (0)