Skip to content

Commit c4321d3

Browse files
committed
further changelog updates
1 parent 673beac commit c4321d3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/changelog.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,26 @@ v2.3.0 (June 11, 2019)
7373
* Support for ``std::unique_ptr`` holders, whose deleters differ between a base and derived
7474
class. `#1353 <https://github.com/pybind/pybind11/pull/1353>`_.
7575

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+
7688
* Fixes regarding return value policy propagation in STL type casters.
7789
`#1603 <https://github.com/pybind/pybind11/pull/1603>`_.
7890

7991
* Fixed scoped enum comparisons.
8092
`#1571 <https://github.com/pybind/pybind11/pull/1571>`_.
8193

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>`_,
8596

8697
* A number of CI-related fixes.
8798
`#1757 <https://github.com/pybind/pybind11/pull/1757>`_,

0 commit comments

Comments
 (0)