From f6012efbf09d51cb0e65044694793147d1772c93 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 1fc8c65d6d8..e04f72f1ea1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,7 @@ - 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