summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-04 11:38:35 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-04 11:38:35 +0000
commit455011ee767ba7d6f177bd33a75492e4278d0c69 (patch)
tree1da568863790cf68bda30be7c39d8033f09c4b60 /RELEASE-NOTES.txt
parent63778d59d8eea223b7eaf90016c07ababd92c0b6 (diff)
downloaddocutils-455011ee767ba7d6f177bd33a75492e4278d0c69.tar.gz
version 0.20rc1
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9372 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt24
1 files changed, 22 insertions, 2 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cb7ba778a..d81c67ff5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -201,13 +201,17 @@ Misc
.. _buildhtml.py: docs/user/tools.html#buildhtml-py
.. _csv-table: docs/ref/rst/directives.html#csv-table
-Release 0.20 (unpublished)
-==========================
+Release 0.20rc1 (2023-05-04)
+============================
.. Note::
Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
+* General
+
+ - Support Python 3.11 (patch #198 by Hugo van Kemenade).
+
* Output changes:
HTML5:
@@ -234,6 +238,22 @@ Release 0.20 (unpublished)
* `utils.find_file_in_dirs()` now returns a POSIX path also on Windows;
`utils.get_stylesheet_list()` no longer converts ``\`` to ``/``.
+* docutils/languages/
+ docutils/parsers/rst/languages/
+
+ - Support Ukrainian. Patch by Dmytro Kazanzhy.
+
+* test/coverage.sh
+
+ - Removed. Use the coverage.py_ project instead,
+ ``coverage run test/alltests.py`` and ``coverage report``.
+
+ .. _coverage.py: https://pypi.org/project/coverage/
+
+* tools/
+
+ - Moved ``quicktest.py`` to ``tools/dev/``.
+
* Bugfixes and improvements (see HISTORY_).
.. _output: docs/user/config.html#output