mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
chore: changelog update (#2750)
This commit is contained in:
parent
d587a2fd17
commit
b7dfe5cc84
@ -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>`_
|
||||
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user