diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-08-29 23:14:11 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-08-29 23:14:11 -0700 |
| commit | 24807b9e798e6e3ad9e8ab0a2e6bc8894acddc6b (patch) | |
| tree | ec9d10b3f8ed1efcedef945d4a38cc62536d6ba5 /CHANGELOG.md | |
| parent | b88e37e331ae0dfcc4de82437a7a2791d6fa9517 (diff) | |
| download | vim-prettier-0.0.15.tar.xz | |
changelog update0.0.15
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08cf82a..bf49b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ [Full Changelog](https://github.com/prettier/vim-prettier/compare/0.0.14...HEAD) +**Fixed bugs:** + +- PrettierAsync does not work on Windows [\#46](https://github.com/prettier/vim-prettier/issues/46) + +**Closed issues:** + +- :Prettier make cursor history wrong when navigating with \<C-O\> [\#48](https://github.com/prettier/vim-prettier/issues/48) + **Merged pull requests:** +- Making sure that after formatting we preserve in the same line [\#50](https://github.com/prettier/vim-prettier/pull/50) ([mitermayer](https://github.com/mitermayer)) +- Added extensions to vim configuration example [\#49](https://github.com/prettier/vim-prettier/pull/49) ([niftylettuce](https://github.com/niftylettuce)) - Async command was not working for windows this patch will make sure it [\#47](https://github.com/prettier/vim-prettier/pull/47) ([mitermayer](https://github.com/mitermayer)) ## [0.0.14](https://github.com/prettier/vim-prettier/tree/0.0.14) (2017-08-24) |
