X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/32dd9ecb2e9dec8b29c07726d5713ed5b4c36547..777cae55b601f8a501e2138cec99361929b128ea:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 3799068..6966a91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,6 +42,10 @@ - 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