From: Ɓukasz Langa Date: Mon, 18 Jun 2018 23:18:45 +0000 (-0700) Subject: Update README with missing fixes in Change Log X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/013cb2b374cc6d649d25bc35ba592a8f88f484df?ds=inline Update README with missing fixes in Change Log --- diff --git a/README.md b/README.md index 2693d10..bc27a8a 100644 --- a/README.md +++ b/README.md @@ -822,6 +822,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ### 18.6b3 +* typing stub files (`.pyi`) now have blank lines added after constants (#340) + * fixed improper formatting of f-strings with quotes inside interpolated expressions (#322) @@ -831,6 +833,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed cannibalizing backslashes during string normalization +* fixed a crash due to symbolic links pointing outside of the project directory (#338) + ### 18.6b2 @@ -1165,6 +1169,7 @@ Multiple contributions by: * [Jonas Obrist](mailto:ojiidotch@gmail.com) * [Luka Sterbic](mailto:luka.sterbic@gmail.com) * [Miguel Gaiowski](mailto:miggaiowski@gmail.com) +* [Neraste](neraste.herr10@gmail.com) * [Osaetin Daniel](mailto:osaetindaniel@gmail.com) * [Peter Bengtsson](mailto:mail@peterbe.com) * [Stavros Korokithakis](mailto:hi@stavros.io)