From ce4f8d2a4f93040116a2bdb11c8e90dfd81e784a Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 28 Jan 2024 02:59:41 -0800 Subject: [PATCH] changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a794f421694..e08cccc65c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,11 @@ limits on path length. - Shorten the length of the name of the cache file to fix crashes on file systems that do not support long paths (#4176) +### Output + +- Black will swallow any `SyntaxWarning`s or `DeprecationWarning`s produced by the `ast` + module when performing equivalence checks (#4189) + ## 24.1.0 ### Highlights