From f3c640a5e5d43254baa87dd7a7116c27a3ac6f37 Mon Sep 17 00:00:00 2001 From: felix-hilden Date: Thu, 3 Jun 2021 23:00:52 +0300 Subject: [PATCH] Move and update changelog entry --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fd1a84ed5dc..8c6ea92c963 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ - Fixed option usage when using the `--code` flag (#2259) - Do not call `uvloop.install()` when _Black_ is used as a library (#2303) - Added `--required-version` option to require a specific version to be running (#2300) +- Provide a more useful error when parsing fails during AST safety checks (#2304) ## 21.5b2 @@ -53,7 +54,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