Skip to content

Commit b3f5f2e

Browse files
committed
docs: prepare for 2.13.5 (#5327)
* docs: prepare for 2.13.5 Signed-off-by: Henry Schreiner <[email protected]> * Update docs/changelog.rst --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent a4f6627 commit b3f5f2e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/changelog.rst

+17
Original file line numberDiff line numberDiff 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+
3148
Version 2.13.4 (August 14, 2024)
3249
--------------------------------
3350

0 commit comments

Comments
 (0)