Skip to content

Commit

Permalink
Copy v2.11.1 changelog section as released. (#4755)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Jul 17, 2023
1 parent 99131a8 commit 8d08dc6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/pybind/pybind11/pull/4753>`_

* ``PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF`` was disabled for PyPy in general
(not just PyPy Windows).
`#4751 <https://github.com/pybind/pybind11/pull/4751>`_


Version 2.11.0 (July 14, 2023)
-----------------------------

Expand Down

0 comments on commit 8d08dc6

Please sign in to comment.