X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a9047710932a509f9ba24dde0160e8ae3afc218f..05cc7ede6a6e4f07e621fdd7a3541a5d39f6f156:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 22293f1..eb6d1c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,12 +4,19 @@ #### _Black_ +- re-implemented support for explicit trailing commas: now it works consistently within + any bracket pair, including nested structures (#1288 and duplicates) + - reindent docstrings when reindenting code around it (#1053) - show colored diffs (#1266) - move to 'py3' tagged wheels (#1388) +- remove deprecated `--py36` option (#1236) + +- add `--force-exclude` argument (#1032) + #### Vim plugin - prefer virtualenv packages over global packages (#1383) @@ -125,7 +132,7 @@ - whitespace at the beginning of the file is now removed (#399) - fixed mangling [pweave](http://mpastell.com/pweave/) and - [Spyder IDE](https://pythonhosted.org/spyder/) special comments (#532) + [Spyder IDE](https://www.spyder-ide.org/) special comments (#532) - fixed unstable formatting when unpacking big tuples (#267)