From 1189751e27571e4b9bfd5a6951b105587e167ff8 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 21 Feb 2022 19:53:50 +0200 Subject: [PATCH] Update change log --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 17be1a8c4..4d4c19c93 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,9 @@ Fixed ----- - Fix NixOS builds when ``pytest-darker`` calls ``pylint``. Needed to activate the virtualenv. +- Multiline strings are now always reformatted completely even if just a part + was modified by the user and reformatted by Black. This prevents the + "back-and-forth indent" symptom. 1.4.1_ - 2022-02-17