X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b1d060101626aa1c332f52e4bdf0ae5e4cc07990..8a59528c2d8ae1ef5f366039c728614aaf1a470b:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index a678aae..47e64cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,20 @@ - 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) + +### _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