From c2291e597ffe4fb028ae4ff97c5cd4fc20a8a7f9 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 22 Aug 2024 14:12:17 -0400 Subject: [PATCH] docs: prepare for 2.13.5 (#5327) * docs: prepare for 2.13.5 Signed-off-by: Henry Schreiner * Update docs/changelog.rst --------- Signed-off-by: Henry Schreiner --- docs/changelog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 031d31582..014531774 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,23 @@ New Features: * Support for CMake older than 3.15 removed. CMake 3.15-3.30 supported. `#5304 `_ +* The ``array_caster`` in pybind11/stl.h was enhanced to support value types that are not default-constructible. + `#5305 `_ + +Version 2.13.5 (August 22, 2024) +-------------------------------- + +Bug fixes: + +* Fix includes when using Windows long paths (``\\?\`` prefix). + `#5321 `_ + +* Support ``-Wpedantic`` in C++20 mode. + `#5322 `_ + +* Fix and test ```` support for ``py::tuple`` and ``py::list``. + `#5314 `_ + Version 2.13.4 (August 14, 2024) --------------------------------