Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-09-24 18:36:05 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-09-24 23:55:52 +0300
commitbc59a1d1de17ad611cc7932ffbdd268137be6cb3 (patch)
tree2e63760913d38355a1b3c995805b34468a1faa09
parent2f2bd551c4863e1fa58598e1d6fcb326ef4c052b (diff)
Merge 5.1.2 CHANGES into 5.2.0
-rw-r--r--CHANGES31
1 files changed, 4 insertions, 27 deletions
diff --git a/CHANGES b/CHANGES
index ed91dbfd6..b367ffa85 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,8 @@ Deprecated
Features added
--------------
+* #10738: napoleon: Add support for docstring types using 'of', like
+ ``type of type``. Example: ``tuple of int``.
* #10286: C++, support requires clauses not just between the template
parameter lists and the declaration.
* #10755: linkcheck: Check the source URL of raw directives that use the ``url``
@@ -38,6 +40,8 @@ Features added
Bugs fixed
----------
+* #10723: LaTeX: 5.1.0 has made the 'sphinxsetup' ``verbatimwithframe=false``
+ become without effect.
* #10257: C++, ensure consistent non-specialization template argument
representation.
* #10729: C++, fix parsing of certain non-type template parameter packs.
@@ -46,33 +50,6 @@ Bugs fixed
Testing
--------
-Release 5.1.2 (in development)
-==============================
-
-Dependencies
-------------
-
-Incompatible changes
---------------------
-
-Deprecated
-----------
-
-Features added
---------------
-
-* #10738: napoleon: Add support for docstring types using 'of', like
- ``type of type``. Example: ``tuple of int``.
-
-Bugs fixed
-----------
-
-* #10723: LaTeX: 5.1.0 has made the 'sphinxsetup' ``verbatimwithframe=false``
- become without effect.
-
-Testing
---------
-
Release 5.1.1 (released Jul 26, 2022)
=====================================