X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7f3678885fc7ab6f9fb1749f6d2a8ed3468841f3..94ebcb50851e40cba88c6ad2c14f9dfe45e08921:/README.md?ds=inline diff --git a/README.md b/README.md index 580607f..533a1f8 100644 --- a/README.md +++ b/README.md @@ -807,14 +807,27 @@ 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 * hotfix: don't output human-facing information on stdout (#299)