@@ -6,10 +6,35 @@ Changelog
6
6
Starting with version 1.8.0, pybind11 releases use a `semantic versioning
7
7
<http://semver.org> `_ policy.
8
8
9
+
9
10
v2.6.2 (TBA, not yet released)
10
11
------------------------------
11
12
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
+
13
38
14
39
15
40
v2.6.1 (Nov 11, 2020)
0 commit comments