Skip to content

Commit

Permalink
chore: changelog update (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Dec 29, 2020
1 parent d587a2f commit b7dfe5c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ v2.6.2 (TBA, not yet released)
``scoped_ostream_redirect``.
`#2675 <https://github.com/pybind/pybind11/pull/2675>`_

* Leave docstring unset when all docstring-related options are disabled, rather
than set an empty string.
`#2745 <https://github.com/pybind/pybind11/pull/2745>`_

* Fixed assertion error related to unhandled (later overwritten) exception in
CPython 3.8 and 3.9 debug builds.
`#2685 <https://github.com/pybind/pybind11/pull/2685>`_
Expand All @@ -37,6 +41,12 @@ v2.6.2 (TBA, not yet released)
one over the local one (regression in 2.6.0).
`#2716 <https://github.com/pybind/pybind11/pull/2716>`_

* Don't trigger unused parameter warning in ``setup_helpers.py``.
`#2735 <https://github.com/pybind/pybind11/pull/2735>`_

* Fix issue with a test failing on PyTest 6.2.
`#2741 <https://github.com/pybind/pybind11/pull/2741>`_



v2.6.1 (Nov 11, 2020)
Expand Down

0 comments on commit b7dfe5c

Please sign in to comment.