X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b73b77a9b039d5afa6ab32202bff2b2232258d45..ffaaf4838228c922b586a87f717ed402031fcc0a:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 4db9611..a9a1b27 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,11 @@ +- Fix incorrectly applied .gitignore rules by considering the .gitignore location and + the relative path to the target file (#3338) +- Fix incorrectly ignoring .gitignore presence when more than one source directory is + specified (#3336) + ### Packaging @@ -50,6 +55,9 @@ +- Vim plugin: Optionally allow using the system installation of Black via + `let g:black_use_virtualenv = 0`(#3309) + ### Documentation