From 5d2644a78748ac027d30fa61b4daabe76c43804d Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:05:54 +0300 Subject: [PATCH] Prepare v0.7.17 --- docs/users/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/users/changelog.md b/docs/users/changelog.md index f1762cf..0db0515 100644 --- a/docs/users/changelog.md +++ b/docs/users/changelog.md @@ -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