summaryrefslogtreecommitdiff
path: root/docutils/HISTORY.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/HISTORY.txt')
-rw-r--r--docutils/HISTORY.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt
index f26450e40..f2dc22145 100644
--- a/docutils/HISTORY.txt
+++ b/docutils/HISTORY.txt
@@ -85,7 +85,7 @@ Release 0.20 (unpublished)
* docutils/writers/_html_base.py
- - Refactoring of HTMLTranslator initialization and collecting of
+ - Refactoring of `HTMLTranslator` initialization and collecting of
document "parts". Adapt HTML writers importing `_html_base`.
Changes to the HTML output (no space character before closing tag of
@@ -148,20 +148,11 @@ Release 0.20 (unpublished)
.. _coverage.py: https://pypi.org/project/coverage/
-* test/test_parsers/test_get_parser_class.py
-
- - Fix regex to match multiline message "requires ... recommonmark"
-
-* test/test_transforms/test_docinfo.py
-
- - Fix message for nonconforming docinfo-Authors.
-
* tools/
- Moved ``quicktest.py`` to ``tools/dev/``.
-
Release 0.19 (2022-07-05)
=========================