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:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-27 19:08:34 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-27 19:08:34 +0300
commitf780210b6ab16516d30abc713db280c0d3f9cdde (patch)
treecf36439aa7697db9383ba68992ab7deefc14b6fe /CHANGES
parent2b0ba5089bc97dc0f3081297727be2458aca49fd (diff)
parent95969a47e5b303c187cb7f2f0505d37d6d739687 (diff)
Merge branch '4.3.x' into 4.x
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 3fe348515..87cc9ab82 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,7 +30,7 @@ Bugs fixed
Testing
--------
-Release 4.3.1 (in development)
+Release 4.3.2 (in development)
==============================
Dependencies
@@ -45,6 +45,18 @@ Deprecated
Features added
--------------
+Bugs fixed
+----------
+
+Testing
+--------
+
+Release 4.3.1 (released Nov 28, 2021)
+=====================================
+
+Features added
+--------------
+
* #9864: mathjax: Support chnaging the loading method of MathJax to "defer" via
:confval:`mathjax_options`
@@ -55,15 +67,14 @@ Bugs fixed
decorated by functools.lru_cache
* #9879: autodoc: AttributeError is raised on building document for an object
having invalid __doc__ atribute
+* #9844: autodoc: Failed to process a function wrapped with functools.partial if
+ :confval:`autodoc_preserve_defaults` enabled
* #9872: html: Class namespace collision between autodoc signatures and
docutils-0.17
* #9868: imgmath: Crashed if the dvisvgm command failed to convert equation
* #9864: mathjax: Failed to render equations via MathJax v2. The loading method
of MathJax is back to "async" method again
-Testing
---------
-
Release 4.3.0 (released Nov 11, 2021)
=====================================