File tree 1 file changed +22
-1
lines changed
1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,28 @@ New Features:
20
20
* Support for Python 3.7 was removed. (Official end-of-life: 2023-06-27).
21
21
`#5191 <https://github.com/pybind/pybind11/pull/5191 >`_
22
22
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
+
24
45
25
46
Version 2.13.3 (August 13, 2024)
26
47
--------------------------------
You can’t perform that action at this time.
0 commit comments