File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,23 @@ New Features:
2828* Support for CMake older than 3.15 removed. CMake 3.15-3.30 supported.
2929 `#5304 <https://github.com/pybind/pybind11/pull/5304 >`_
3030
31+ * The ``array_caster `` in pybind11/stl.h was enhanced to support value types that are not default-constructible.
32+ `#5305 <https://github.com/pybind/pybind11/pull/5305 >`_
33+
34+ Version 2.13.5 (August 22, 2024)
35+ --------------------------------
36+
37+ Bug fixes:
38+
39+ * Fix includes when using Windows long paths (``\\?\ `` prefix).
40+ `#5321 <https://github.com/pybind/pybind11/pull/5321 >`_
41+
42+ * Support ``-Wpedantic `` in C++20 mode.
43+ `#5322 <https://github.com/pybind/pybind11/pull/5322 >`_
44+
45+ * Fix and test ``<ranges> `` support for ``py::tuple `` and ``py::list ``.
46+ `#5314 <https://github.com/pybind/pybind11/pull/5314 >`_
47+
3148Version 2.13.4 (August 14, 2024)
3249--------------------------------
3350
You can’t perform that action at this time.
0 commit comments