From bd5951b69194404be14e005da64b9f42fd4d080e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 14 Aug 2024 23:57:37 -0400 Subject: [PATCH] docs: prepare for 2.13.4 (#5312) Signed-off-by: Henry Schreiner --- docs/changelog.rst | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d19a90129..031d31582 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -20,7 +20,28 @@ New Features: * Support for Python 3.7 was removed. (Official end-of-life: 2023-06-27). `#5191 `_ -Support for CMake older than 3.15 and some older compilers will also be removed. +* stl.h ``list|set|map_caster`` were made more user friendly: it is no longer + necessary to explicitly convert Python iterables to ``tuple()``, ``set()``, + or ``map()`` in many common situations. + `#4686 `_ + +* Support for CMake older than 3.15 removed. CMake 3.15-3.30 supported. + `#5304 `_ + +Version 2.13.4 (August 14, 2024) +-------------------------------- + +Bug fixes: + +* Fix paths with spaces, including on Windows. + (Replaces regression from `#5302 `_) + `#4874 `_ + +Documentation: + +* Remove repetitive words. + `#5308 `_ + Version 2.13.3 (August 13, 2024) --------------------------------