From 12ce3db077780ab01cc5ad1f92d5c85fcca3f54c Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:26:49 -0700 Subject: [PATCH] Move changelog entry to right section (#4326) Crashes are usually documented in the stable style portion of the changelog. This patch doesn't affect the parser (e.g. blib2to3). Noticed the second after I merged :-) --- CHANGES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 14543add54c..83120be9422 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ +- Fix crash involving indented dummy functions containing newlines (#4318) + ### Preview style @@ -28,9 +30,6 @@ -- Add support to style function definitions containing newlines before function stubs - (#4318) - ### Performance