X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/00a302560b92951c22f0f4c8d618cf63de39bd57..26b92e66aca6124ba8761f690ec7ee18757411b7:/README.md?ds=sidebyside diff --git a/README.md b/README.md index beba56c..3f82dbd 100644 --- a/README.md +++ b/README.md @@ -709,6 +709,13 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log +### 18.6b1 + +* hotfix: don't output human-facing information on stdout (#299) + +* hotfix: don't output cake emoji on non-zero return code (#300) + + ### 18.6b0 * added `--include` and `--exclude` (#270) @@ -717,6 +724,12 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * added `--verbose` (#283) +* the header output in `--diff` now actually conforms to the unified diff spec + +* fixed long trivial assignments being wrapped in unnecessary parentheses (#273) + +* fixed unnecessary parentheses when a line contained multiline strings (#232) + * fixed stdin handling not working correctly if an old version of Click was used (#276) @@ -1014,6 +1027,7 @@ Multiple contributions by: * [Luka Sterbic](mailto:luka.sterbic@gmail.com) * [Miguel Gaiowski](mailto:miggaiowski@gmail.com) * [Osaetin Daniel](mailto:osaetindaniel@gmail.com) +* [Peter Bengtsson](mailto:peterbe@mozilla.com) * [Stavros Korokithakis](mailto:hi@stavros.io) * [Sunil Kapil](mailto:snlkapil@gmail.com) * [Vishwas B Sharma](mailto:sharma.vishwas88@gmail.com)