Skip to content

Commit 96ca11b

Browse files
committed
Update changelog: PR pybind#4753
1 parent d370aaf commit 96ca11b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ Changes will be added here periodically from the "Suggested changelog entry"
1010
block in pull request descriptions.
1111

1212

13-
Version 2.11.1 (July 16, 2023)
13+
Version 2.11.1 (July 17, 2023)
1414
-----------------------------
1515

1616
Changes:
1717

18+
* ``PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF`` is now provided as an option
19+
for disabling the default-on ``PyGILState_Check()``'s in
20+
``pybind11::handle``'s ``inc_ref()`` & ``dec_ref()``.
21+
`#4753 <https://github.com/pybind/pybind11/pull/4753>`_
22+
1823
* ``PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF`` was disabled for PyPy in general
1924
(not just PyPy Windows).
2025
`#4751 <https://github.com/pybind/pybind11/pull/4751>`_

0 commit comments

Comments
 (0)