File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ v2.6.2 (TBA, not yet released)
23
23
``scoped_ostream_redirect ``.
24
24
`#2675 <https://github.com/pybind/pybind11/pull/2675 >`_
25
25
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
+
26
30
* Fixed assertion error related to unhandled (later overwritten) exception in
27
31
CPython 3.8 and 3.9 debug builds.
28
32
`#2685 <https://github.com/pybind/pybind11/pull/2685 >`_
@@ -37,6 +41,12 @@ v2.6.2 (TBA, not yet released)
37
41
one over the local one (regression in 2.6.0).
38
42
`#2716 <https://github.com/pybind/pybind11/pull/2716 >`_
39
43
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
+
40
50
41
51
42
52
v2.6.1 (Nov 11, 2020)
You can’t perform that action at this time.
0 commit comments