File tree 1 file changed +4
-27
lines changed
1 file changed +4
-27
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Deprecated
19
19
Features added
20
20
--------------
21
21
22
+ * #10738: napoleon: Add support for docstring types using 'of', like
23
+ ``type of type``. Example: ``tuple of int``.
22
24
* #10286: C++, support requires clauses not just between the template
23
25
parameter lists and the declaration.
24
26
* #10755: linkcheck: Check the source URL of raw directives that use the ``url``
@@ -38,6 +40,8 @@ Features added
38
40
Bugs fixed
39
41
----------
40
42
43
+ * #10723: LaTeX: 5.1.0 has made the 'sphinxsetup' ``verbatimwithframe=false``
44
+ become without effect.
41
45
* #10257: C++, ensure consistent non-specialization template argument
42
46
representation.
43
47
* #10729: C++, fix parsing of certain non-type template parameter packs.
@@ -46,33 +50,6 @@ Bugs fixed
46
50
Testing
47
51
--------
48
52
49
- Release 5.1.2 (in development)
50
- ==============================
51
-
52
- Dependencies
53
- ------------
54
-
55
- Incompatible changes
56
- --------------------
57
-
58
- Deprecated
59
- ----------
60
-
61
- Features added
62
- --------------
63
-
64
- * #10738: napoleon: Add support for docstring types using 'of', like
65
- ``type of type``. Example: ``tuple of int``.
66
-
67
- Bugs fixed
68
- ----------
69
-
70
- * #10723: LaTeX: 5.1.0 has made the 'sphinxsetup' ``verbatimwithframe=false``
71
- become without effect.
72
-
73
- Testing
74
- --------
75
-
76
53
Release 5.1.1 (released Jul 26, 2022)
77
54
=====================================
78
55
You can’t perform that action at this time.
0 commit comments