X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e3000ace2fd1fcb1c181bb7a8285f1f976bcbdc7..8b0680533420c2ea367860fcbb08df99317a6b44:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 30f809d..d28d766 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,28 @@ # Change Log +## Unreleased + +### _Black_ + +- Add support for formatting Jupyter Notebook files (#2357) +- Move from `appdirs` dependency to `platformdirs` (#2375) +- Present a more user-friendly error if .gitignore is invalid (#2414) +- The failsafe for accidentally added backslashes in f-string expressions has been + hardened to handle more edge cases during quote normalization (#2437) +- Avoid changing a function return type annotation's type to a tuple by adding a + trailing comma (#2384) +- Parsing support has been added for unparenthesized walruses in set literals, set + comprehensions, and indices (#2447). + +### _Blackd_ + +- Replace sys.exit(-1) with raise ImportError (#2440) + +### Integrations + +- The provided pre-commit hooks no longer specify `language_version` to avoid overriding + `default_language_version` (#2430) + ## 21.7b0 ### _Black_