X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5fd1e91bff1857b2398c39f675267bb295d3cad6..86e1c3650741ce9641a14a89db6162f30786f093:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 5067557..b11f7e0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ possible. --- -*Contents:* **[Installation and Usage](#installation-and-usage)** | +*Contents:* **[Installation and usage](#installation-and-usage)** | **[The *Black* code style](#the-black-code-style)** | **[Editor integration](#editor-integration)** | **[Version control integration](#version-control-integration)** | @@ -651,6 +651,15 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log +### 18.5b1 (unreleased) + +* Python grammar pickle caches are stored with the formatting caches, making + *Black* work in environments where site-packages is not user-writable (#192) + +* fixed invalid code produced when standalone comments were present in a trailer + that was omitted from line splitting on a large expression (#237) + + ### 18.5b0 * call chains are now formatted according to the