X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/665ed8a2403161a987c49e1818f2376840723b96..e94bda11c366818d24f864ae03abf076e8f5a297:/README.md?ds=inline diff --git a/README.md b/README.md index 8b7b2bd..e192826 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ Some popular APIs, like ORMs, use call chaining. This API style is known as a [fluent interface](https://en.wikipedia.org/wiki/Fluent_interface). *Black* formats those treating dots that follow a call or an indexing operation like a very low priority delimiter. It's easier to show the -behavior than to explain it. Look at the example:: +behavior than to explain it. Look at the example: ```py3 def example(session): result = ( @@ -653,6 +653,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed non-deterministic formatting when multiple pairs of removable parentheses were used (#183) +* fixed multiline strings being unnecessarily wrapped in optional + parentheses in long assignments (#215) + * fixed not splitting long from-imports with only a single name * fixed Python 3.6+ file discovery by also looking at function calls with