Skip to content

Commit bc59a1d

Browse files
committed
Merge 5.1.2 CHANGES into 5.2.0
1 parent 2f2bd55 commit bc59a1d

File tree

1 file changed

+4
-27
lines changed

1 file changed

+4
-27
lines changed

CHANGES

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Deprecated
1919
Features added
2020
--------------
2121

22+
* #10738: napoleon: Add support for docstring types using 'of', like
23+
``type of type``. Example: ``tuple of int``.
2224
* #10286: C++, support requires clauses not just between the template
2325
parameter lists and the declaration.
2426
* #10755: linkcheck: Check the source URL of raw directives that use the ``url``
@@ -38,6 +40,8 @@ Features added
3840
Bugs fixed
3941
----------
4042

43+
* #10723: LaTeX: 5.1.0 has made the 'sphinxsetup' ``verbatimwithframe=false``
44+
become without effect.
4145
* #10257: C++, ensure consistent non-specialization template argument
4246
representation.
4347
* #10729: C++, fix parsing of certain non-type template parameter packs.
@@ -46,33 +50,6 @@ Bugs fixed
4650
Testing
4751
--------
4852

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-
7653
Release 5.1.1 (released Jul 26, 2022)
7754
=====================================
7855

0 commit comments

Comments
 (0)