summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2023-03-22 11:42:59 -0400
committerGitHub <noreply@github.com>2023-03-22 11:42:59 -0400
commitb81bf17ef4928039bebd43c4d5426c6ba87e1076 (patch)
treeb74246120b5caeeccaf67fcab2d92115ae5139fa /docs
parent4a7b9352d677ae89d4dc89c243148dafac130957 (diff)
downloadpython-markdown-b81bf17ef4928039bebd43c4d5426c6ba87e1076.tar.gz
Switch from setup.py to pyproject.toml (#1324)
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/index.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index 6d7e252..7b9dec9 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -3,11 +3,12 @@ title: Change Log
Python-Markdown Change Log
=========================
-*under development*: version 3.4.1 (a bug-fix release).
+*under development*: version 3.4.2 (a bug-fix release).
* Improve standalone * and _ parsing (#1300).
* Consider `<html>` HTML tag a block-level element (#1309).
-* Officially support for Python 3.11.
+* Officially support Python 3.11.
+* Switch from `setup.py` to `pyproject.toml`.
July 15, 2022: version 3.4.1 (a bug-fix release).