File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 33This log documents all Python API or CLI breaking backwards incompatible changes.
44Note that there is currently no guarantee for a stable Markdown formatting style across versions.
55
6- ## ** unreleased **
6+ ## 1.0.0
77
88- Removed
9+ - Python 3.9 support
910 - ` mdformat.codepoints.ASCII_WHITESPACE ` (deprecated since 0.7.20)
1011 - ` mdformat.plugins.ParserExtensionInterface.add_cli_options ` (deprecated since 0.7.19)
12+ - Deprecated
13+ - Default values other than ` None ` or ` argparse.SUPPRESS ` in CLI options added by plugins.
14+ Thank you, [ Kyle King] ( https://github.com/KyleKing ) , for the PR.
15+ - Added
16+ - markdown-it-py v4 support
17+ - CommonMark 0.31.2 support
1118- Fixed
1219 - Read UTF-8 from standard input on all systems.
1320 Thank you, [ Christopher Prohm] ( https://github.com/chmp ) , for the PR.
You can’t perform that action at this time.
0 commit comments