X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6417c99bfdbdc057e4a10aeff9967a751f4f85e9..fda2561f79e10826dbdeb900b6124d642766229f:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index d203896..6966a91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,6 +40,12 @@ - Enable Python 3.10+ by default, without any extra need to specify `--target-version=py310`. (#2758) - Make passing `SRC` or `--code` mandatory and mutually exclusive (#2804) +- Work around bug that causes unstable formatting in some cases in the presence of the + magic trailing comma (#2807) +- Use parentheses for attribute access on decimal float and int literals (#2799) +- Don't add whitespace for attribute access on hexadecimal, binary, octal, and complex + literals (#2799) +- Deprecate the `black-primer` tool (#2809) ### Packaging