Skip to content

Commit b7dfe5c

Browse files
authored
chore: changelog update (#2750)
1 parent d587a2f commit b7dfe5c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ v2.6.2 (TBA, not yet released)
2323
``scoped_ostream_redirect``.
2424
`#2675 <https://github.com/pybind/pybind11/pull/2675>`_
2525

26+
* Leave docstring unset when all docstring-related options are disabled, rather
27+
than set an empty string.
28+
`#2745 <https://github.com/pybind/pybind11/pull/2745>`_
29+
2630
* Fixed assertion error related to unhandled (later overwritten) exception in
2731
CPython 3.8 and 3.9 debug builds.
2832
`#2685 <https://github.com/pybind/pybind11/pull/2685>`_
@@ -37,6 +41,12 @@ v2.6.2 (TBA, not yet released)
3741
one over the local one (regression in 2.6.0).
3842
`#2716 <https://github.com/pybind/pybind11/pull/2716>`_
3943

44+
* Don't trigger unused parameter warning in ``setup_helpers.py``.
45+
`#2735 <https://github.com/pybind/pybind11/pull/2735>`_
46+
47+
* Fix issue with a test failing on PyTest 6.2.
48+
`#2741 <https://github.com/pybind/pybind11/pull/2741>`_
49+
4050

4151

4252
v2.6.1 (Nov 11, 2020)

0 commit comments

Comments
 (0)