@@ -73,15 +73,26 @@ v2.3.0 (June 11, 2019)
73
73
* Support for ``std::unique_ptr `` holders, whose deleters differ between a base and derived
74
74
class. `#1353 <https://github.com/pybind/pybind11/pull/1353 >`_.
75
75
76
+ * Construction of STL array/vector-like data structures from
77
+ iterators. Added an ``extend() `` operation.
78
+ `#1709 <https://github.com/pybind/pybind11/pull/1709 >`_,
79
+
80
+ * CMake build system improvements for projects that include non-C++
81
+ files (e.g. plain C, CUDA) in ``pybind11_add_module `` et al.
82
+ `#1678 <https://github.com/pybind/pybind11/pull/1678 >`_.
83
+
84
+ * Fixed asynchronous invocation and deallocation of Python functions
85
+ wrapped in ``std::function ``.
86
+ `#1595 <https://github.com/pybind/pybind11/pull/1595 >`_.
87
+
76
88
* Fixes regarding return value policy propagation in STL type casters.
77
89
`#1603 <https://github.com/pybind/pybind11/pull/1603 >`_.
78
90
79
91
* Fixed scoped enum comparisons.
80
92
`#1571 <https://github.com/pybind/pybind11/pull/1571 >`_.
81
93
82
- * CMake build system improvements for projects that include non-C++
83
- files (e.g. plain C, CUDA) in ``pybind11_add_module `` et al.
84
- `#1678 <https://github.com/pybind/pybind11/pull/1678 >`_.
94
+ * Fixed iostream redirection for code that releases the GIL.
95
+ `#1368 <https://github.com/pybind/pybind11/pull/1368 >`_,
85
96
86
97
* A number of CI-related fixes.
87
98
`#1757 <https://github.com/pybind/pybind11/pull/1757 >`_,
0 commit comments