File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,23 @@ New Features:
28
28
* Support for CMake older than 3.15 removed. CMake 3.15-3.30 supported.
29
29
`#5304 <https://github.com/pybind/pybind11/pull/5304 >`_
30
30
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
+
31
48
Version 2.13.4 (August 14, 2024)
32
49
--------------------------------
33
50
You can’t perform that action at this time.
0 commit comments