Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v0.7.17 #410

Merged
merged 2 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/users/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
This log documents all Python API or CLI breaking backwards incompatible changes.
Note that there is currently no guarantee for a stable Markdown formatting style across versions.

## 0.7.17

- Added
- Do not update mtime if formatting result is identical to the file.
Thank you, [Pierre Augier](https://github.com/paugier), for the issue and the PR.
- Fixed
- An error on empty paragraph (Unicode space only).
Thank you, [Nico Schlömer](https://github.com/nschloe), for the issue.
- File write fails if no permissions to write to the directory.
hukkin marked this conversation as resolved.
Show resolved Hide resolved
Thank you, [Guy Kisel](https://github.com/guykisel), for the issue.
- File permissions change on rewrite.
Thank you, [Keiichi Watanabe](https://github.com/keiichiw), for the issue.
- Removed
- Python 3.7 support

## 0.7.16

- Added
Expand Down
Loading