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