summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-13 18:48:20 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-13 18:48:20 +0000
commite45f9c59860d3f9088af1325eae56302e711a299 (patch)
treeeeab6a9795635286c5a62ce788f15a7450d9330f /HISTORY.txt
parentaf29e226f0c950311106545c8d9eff56aa079b0c (diff)
downloaddocutils-e45f9c59860d3f9088af1325eae56302e711a299.tar.gz
Fix regex to match multiline message "requires ... recommonmark"
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 8dc9c44fe..57709edd3 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -147,6 +147,10 @@ Release 0.20b (unpublished)
.. _coverage.py: https://pypi.org/project/coverage/
+* test/test_parsers/test_get_parser_class.py
+
+ - Fix regex to match multiline message "requires ... recommonmark"
+
* tools/
- Moved ``quicktest.py`` to ``tools/dev/``.