summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-11-04 10:54:51 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-11-04 10:54:51 +0000
commit7af101b968651deab4b6c0a74184c1cc02b0848c (patch)
treeef47650a8d495a0fb3c8a700ad96df9442088948 /HISTORY.txt
parent9b821ea40845239bebce182110a14c1920045a0d (diff)
downloaddocutils-7af101b968651deab4b6c0a74184c1cc02b0848c.tar.gz
Update HISTORY, format COPYING.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9212 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 44d9386b2..eb859ab17 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -47,11 +47,20 @@ Changes Since 0.19
- Support Ukrainian. Patch by Dmytro Kazanzhy.
-* Removed test/coverage.sh, use the coverage.py_ project instead,
+* docutils/nodes.py
+
+ - Fix previous_sibling() method that led to invalid HTML in some cases
+ (cf. patch #195).
+
+
+* test/coverage.sh
+
+ Removed. Use the coverage.py_ project instead,
``coverage run test/alltests.py`` and ``coverage report``.
Patch by Adam Turner.
-.. _coverage.py: https://pypi.org/project/coverage/
+ .. _coverage.py: https://pypi.org/project/coverage/
+
Release 0.19 (2022-07-05)
=========================
@@ -79,7 +88,7 @@ Release 0.19 (2022-07-05)
- New function `error_string()`
obsoletes `utils.error_reporting.ErrorString`.
- Class `ErrorOutput` moved here from `utils/error_reporting`.
- - Use "utf-8-sig" instead of Python's default encoding if the
+ - Use "utf-8-sig" instead of Python's default encoding if the
"input_encoding" setting is None.
- Fix error when reading of UTF-16 encoded source without trailing newline.