From 7d789469ed947022f183962b823f5862511272ac Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:15:18 -0800 Subject: [PATCH] Describe 2024 module docstring more accurately (#4168) --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2fe14cd5246..95ef0095102 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,7 +17,7 @@ changes: - Hex codes in Unicode escape sequences are now standardized to lowercase (#2916) - Allow empty first lines at the beginning of most blocks (#3967, #4061) - Add parentheses around long type annotations (#3899) -- Standardize on a single newline after module docstrings (#3932) +- Enforce newline after module docstrings (#3932, #4028) - Fix incorrect magic trailing comma handling in return types (#3916) - Remove blank lines before class docstrings (#3692) - Wrap multiple context managers in parentheses if combined in a single `with` statement