X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1d3fb871bec82d1263940ba1d32095d660fea2ab..37a0020e073555ffe0921ec1356a27610aadcca4:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index b94d806..6d418b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,8 +2,22 @@ ### Unreleased +#### _Black_ + - 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) + ### 19.10b0 - added support for PEP 572 assignment expressions (#711) @@ -115,7 +129,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)