Skip to content

Commit

Permalink
Prepare v0.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Aug 25, 2023
1 parent feb6869 commit 5d2644a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/users/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.
Fixed by removing atomic writes.
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

0 comments on commit 5d2644a

Please sign in to comment.