X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/702e4591764e00f0dcf67d23cec208786592c14f..cd3a93a14689f046468ece2a5b1f78863c3c4cd2:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index e4d7ee3..eb6d1c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,9 @@ #### _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) @@ -129,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)