From 3b52b2205a919e025a2909d3c99b1689451f025e Mon Sep 17 00:00:00 2001 From: Henri Holopainen Date: Tue, 31 Oct 2023 21:19:39 +0200 Subject: [PATCH] Add changelog entry --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 60231468bdf..e06789e3b67 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ - Multiline dictionaries and lists that are the sole argument to a function are now indented less (#3964) +- Preserve printable quote types for debug f-strings (#4005) ### Configuration