From b7dfe5cc84ca1891b50e728e83c9b5b393cf5272 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 28 Dec 2020 20:14:54 -0500 Subject: [PATCH] chore: changelog update (#2750) --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b40bf8f2f2..2e97e7892b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,10 @@ v2.6.2 (TBA, not yet released) ``scoped_ostream_redirect``. `#2675 `_ +* Leave docstring unset when all docstring-related options are disabled, rather + than set an empty string. + `#2745 `_ + * Fixed assertion error related to unhandled (later overwritten) exception in CPython 3.8 and 3.9 debug builds. `#2685 `_ @@ -37,6 +41,12 @@ v2.6.2 (TBA, not yet released) one over the local one (regression in 2.6.0). `#2716 `_ +* Don't trigger unused parameter warning in ``setup_helpers.py``. + `#2735 `_ + +* Fix issue with a test failing on PyTest 6.2. + `#2741 `_ + v2.6.1 (Nov 11, 2020)