Skip to content

Commit a89b08a

Browse files
committed
Add 1.0.0 changelog
1 parent 64fc2e3 commit a89b08a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/users/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
This log documents all Python API or CLI breaking backwards incompatible changes.
44
Note 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.

0 commit comments

Comments
 (0)