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