X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8d6d92aa5b5248b5ff70ebf7977f8af5cbcb10b9..b0f3798aab36ff4ee20ae68b1b4cd73acd5fc54c:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index ebd1dd1..6d418b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +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) @@ -116,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)