summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-12-17 12:17:32 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-12-17 12:17:32 +0000
commit794c64b3a17fee896df9bc5b6fdfb32113fb06e2 (patch)
treeaebaeac0dcfd165851eda5733b6218c08b916e1e /HISTORY.txt
parent295bccc6a75d71b89db16f6c5a3063d934dcba9e (diff)
downloaddocutils-794c64b3a17fee896df9bc5b6fdfb32113fb06e2.tar.gz
Fix [bugs:#463]. Spurious comma in deprecation warning.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9310 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 5ca3bf227..7a99ae8a4 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -34,6 +34,7 @@ Changes Since 0.19
- Fix `previous_sibling()` method that led to invalid HTML in some cases
(cf. patch #195).
+ - Fix bug #463. Spurious comma in deprecation warning.
* docutils/parsers/recommonmark_wrapper.py
@@ -67,8 +68,8 @@ Changes Since 0.19
Changes to the HTML output (no space character before closing tag of
XML declaration, order of metadata elements)
don't affect the HTML semantics, styling, and rendering.
-
- - Wrap definition lists with "details" class argument in a <div>
+
+ - Wrap definition lists with "details" class argument in a <div>
with the "id" and "class" values of the list node.
- Use dpub-ARIA role "doc-footnote" (instead of ARIA role "note")
@@ -4150,7 +4151,7 @@ test/test_rst); and all modifications required to make it all work.
.. _view_mode: docs/user/config.html#view-mode
-
+
..
Local Variables:
mode: indented-text