X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5623581e0928f15170366f4e6ec8ec1f4da941db..99743d2d09287889b8192742ae6c5133020af8b3:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 7ae640c..0f22482 100644 --- a/README.md +++ b/README.md @@ -807,6 +807,18 @@ 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) + +* fixed unnecessary slowdown when long list literals where found in a file + +* fixed unnecessary slowdown on AST nodes with very many siblings + +* fixed cannibalizing backslashes during string normalization + + ### 18.6b2 * added `--config` (#65)