Skip to content

Commit 63b0d14

Browse files
committed
docs: prepare for 2.13.4 (#5312)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 973a16e commit 63b0d14

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Diff for: docs/changelog.rst

+22-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,28 @@ New Features:
2020
* Support for Python 3.7 was removed. (Official end-of-life: 2023-06-27).
2121
`#5191 <https://github.com/pybind/pybind11/pull/5191>`_
2222

23-
Support for CMake older than 3.15 and some older compilers will also be removed.
23+
* stl.h ``list|set|map_caster`` were made more user friendly: it is no longer
24+
necessary to explicitly convert Python iterables to ``tuple()``, ``set()``,
25+
or ``map()`` in many common situations.
26+
`#4686 <https://github.com/pybind/pybind11/pull/4686>`_
27+
28+
* Support for CMake older than 3.15 removed. CMake 3.15-3.30 supported.
29+
`#5304 <https://github.com/pybind/pybind11/pull/5304>`_
30+
31+
Version 2.13.4 (August 14, 2024)
32+
--------------------------------
33+
34+
Bug fixes:
35+
36+
* Fix paths with spaces, including on Windows.
37+
(Replaces regression from `#5302 <https://github.com/pybind/pybind11/pull/5302>`_)
38+
`#4874 <https://github.com/pybind/pybind11/pull/4874>`_
39+
40+
Documentation:
41+
42+
* Remove repetitive words.
43+
`#5308 <https://github.com/pybind/pybind11/pull/5308>`_
44+
2445

2546
Version 2.13.3 (August 13, 2024)
2647
--------------------------------

0 commit comments

Comments
 (0)