From b52892e2d7868b6ab5c74efebb553f0a568b346f Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Thu, 11 Jul 2024 02:38:49 +0530 Subject: [PATCH] Add changelog entry --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a63503d539a..e3e37484a59 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,9 @@ - Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339) +- Fix regression where Black failed to parse an escaped single quote inside an f-string + (#4401) + - Fix bug with Black incorrectly parsing empty lines with a backslash (#4343) ### Performance