We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99131a8 commit 8d08dc6Copy full SHA for 8d08dc6
docs/changelog.rst
@@ -16,6 +16,21 @@ IN DEVELOPMENT
16
Changes will be summarized here periodically.
17
18
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
34
Version 2.11.0 (July 14, 2023)
35
-----------------------------
36
0 commit comments