X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a20338cf100ff20a24e2058c6f6014e82efdf914..b40b01ffe3dbf1fa989acd6050ef5e61c085b5da:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 4aa3123..b0fa5f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -171,6 +171,8 @@ expected to become part of Black's stable style in January 2024. - For stubs, enforce one blank line after a nested class with a body other than just `...` (#3564) - Improve handling of multiline strings by changing line split behavior (#1879) +- In stub files, add a blank line between a statement with a body (e.g an + `if sys.version_info > (3, x):`) and a function definition on the same level. (#3862) ### Parser