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