@@ -6,10 +6,35 @@ Changelog
66Starting with version 1.8.0, pybind11 releases use a `semantic versioning
77<http://semver.org> `_ policy.
88
9+
910v2.6.2 (TBA, not yet released)
1011------------------------------
1112
12- * Details to follow here
13+
14+ * Fixed segfault in multithreaded environments when using ``scoped_ostream_redirect ``.
15+ `#2675 <https://github.com/pybind/pybind11/pull/2675 >`_
16+
17+ * CMake: mixing local and installed pybind11's would prioritize the installed one over the local one (regression in 2.6.0).
18+ `#2716 <https://github.com/pybind/pybind11/pull/2716 >`_
19+
20+ * Fix bug where the constructor of `object ` subclasses would not throw on being passed a Python object of the wrong type.
21+ `#2701 <https://github.com/pybind/pybind11/pull/2701 >`_
22+
23+ * Fixed assertion error related to unhandled (later overwritten) exception in CPython 3.8 and 3.9 debug builds.
24+ `#2685 <https://github.com/pybind/pybind11/pull/2685 >`_
25+
26+ * Fix ``py::gil_scoped_acquire `` assert with CPython 3.9 debug build.
27+ `#2683 <https://github.com/pybind/pybind11/pull/2683 >`_
28+
29+ * Fixes segfaults in multithreaded environments when using ``scoped_ostream_redirect ``.
30+ `#2675 <https://github.com/pybind/pybind11/pull/2675 >`_
31+
32+ * Fix issue with FindPython2/FindPython3 not working with ``pybind11::embed ``.
33+ `#2662 <https://github.com/pybind/pybind11/pull/2662 >`_
34+
35+ * Allow thread termination to be avoided during shutdown for CPython 3.7+ via ``.disarm ``.
36+ `#2657 <https://github.com/pybind/pybind11/pull/2657 >`_
37+
1338
1439
1540v2.6.1 (Nov 11, 2020)
0 commit comments