From 47738c35ddc1d9b1c51e4a7ffdee91358f0165df Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Fri, 8 Jul 2022 11:55:06 +0200 Subject: [PATCH] Move CHANGELOG entry to Unreleased section --- CHANGES.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a5aa57c612b..a0607edefa5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,7 @@ - Reword the stability policy to say that we may, in rare cases, make changes that affect code that was not previously formatted by _Black_ (#3155) +- Recommend using BlackConnect in IntelliJ IDEs (#3150) ### Integrations @@ -65,10 +66,6 @@ - Remove unnecessary parentheses in `with` statements (#2926) - Remove trailing newlines after code block open (#3035) -### Documentation - -- Recommend using BlackConnect in IntelliJ IDEs (#3150) - ### Integrations - Add `scripts/migrate-black.py` script to ease introduction of Black to a Git project