aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-08-29 23:14:11 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-08-29 23:14:11 -0700
commit24807b9e798e6e3ad9e8ab0a2e6bc8894acddc6b (patch)
treeec9d10b3f8ed1efcedef945d4a38cc62536d6ba5
parentb88e37e331ae0dfcc4de82437a7a2791d6fa9517 (diff)
downloadvim-prettier-0.0.15.tar.xz
changelog update0.0.15
-rw-r--r--CHANGELOG.md10
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)