diff --git a/CHANGES.md b/CHANGES.md index 44fce807dd2..72d3758c11f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ - Correct max string length calculation when there are string operators (#2292) - Fixed option usage when using the `--code` flag (#2259) - Do not call `uvloop.install()` when _Black_ is used as a library (#2303) +- Provide a more useful error when parsing fails during AST safety checks (#2304) ## 21.5b2 @@ -52,7 +53,6 @@ ### _Black_ - Refactor `src/black/__init__.py` into many files (#2206) -- Provide a more useful error when parsing fails during AST safety checks (#2218) ### Documentation