From 16cbced7ec253d08a54d7815c7548aaba38a2c79 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Fri, 28 Jan 2022 02:39:27 -0800 Subject: [PATCH] changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 0dc4952f06..704edbe63e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,6 +43,7 @@ - Work around bug that causes unstable formatting in some cases in the presence of the magic trailing comma (#2807) - Deprecate the `black-primer` tool (#2809) +- Fix unstable formatting with semicolons and arithmetic expressions (#2817) ### Packaging