X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/af3de081542f66dfb1482dcf2a654b7e1668783c..4da0851809e024760d3861ff43309125de34157a:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 6fb0990..ffdbd9c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,10 @@ +- `.ipynb_checkpoints` directories are now excluded by default (#3293) +- Add `--skip-source-first-line` / `-x` option to ignore the first line of source code + while formatting (#3299) + ### Packaging @@ -52,12 +56,14 @@ ### _Blackd_ - +- Windows style (CRLF) newlines will be preserved (#3257). ### Integrations +- Update GitHub Action to support formatting of Jupyter Notebook files via a `jupyter` + option (#3282) - Update GitHub Action to support use of version specifiers (e.g. `<23`) for Black version (#3265)