From d0cdfaa804890a2f12c6050d8ffbe4f3e6835ad1 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Sat, 13 Aug 2022 01:16:17 +0200 Subject: [PATCH] Add CHANGES entry --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1fc8c65d6d8..c75dc52c11b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,8 @@ - Black now uses the presence of debug f-strings to detect target version. (#3215) +- Black now infers its `--target-version` from the project metadata specified in + pyproject.toml (#3219) ### Documentation