X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/82d09eda09becec3889ab2fa0572924f49dc9ffe..94ebcb50851e40cba88c6ad2c14f9dfe45e08921:/README.md?ds=inline diff --git a/README.md b/README.md index 411c9bf..533a1f8 100644 --- a/README.md +++ b/README.md @@ -807,12 +807,26 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log +### 18.6b3 + +* fixed improper formatting of f-strings with quotes inside interpolated + expressions (#322) + ### 18.6b2 * added `--config` (#65) +* added `-h` equivalent to `--help` (#316) + * fixed improper unmodified file caching when `-S` was used +* fixed extra space in string unpacking (#305) + +* fixed formatting of empty triple quoted strings (#313) + +* fixed unnecessary slowdown in comment placement calculation on lines without + comments + ### 18.6b1