aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-08-24 08:58:03 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-08-24 08:58:03 -0700
commit9d4b6b0e4a38c4048ceabb5c60cba3ad5c03f94b (patch)
treeb36f924b9a4c01985f25884cf5b1bdb7dd821867
parent4d6c07ef0beb19b71ab4d7d2d9885c4b43a634cc (diff)
downloadvim-prettier-9d4b6b0e4a38c4048ceabb5c60cba3ad5c03f94b.tar.xz
Updating changelog
-rw-r--r--CHANGELOG.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffcdb76..08cf82a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,26 @@
## [Unreleased](https://github.com/prettier/vim-prettier/tree/HEAD)
-[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.0.13...HEAD)
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.0.14...HEAD)
+
+**Merged pull requests:**
+
+- 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)
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.0.13...0.0.14)
**Fixed bugs:**
- :Prettier causes :Ggrep to lose history [\#39](https://github.com/prettier/vim-prettier/issues/39)
+**Closed issues:**
+
+- Trailing comma is causing issues with IE10/11 [\#45](https://github.com/prettier/vim-prettier/issues/45)
+
**Merged pull requests:**
+- Add instructions on changing the mapping to README [\#43](https://github.com/prettier/vim-prettier/pull/43) ([eddiezane](https://github.com/eddiezane))
- bugfix: should not clear quickfix unless opened by vim-prettier itself [\#40](https://github.com/prettier/vim-prettier/pull/40) ([mitermayer](https://github.com/mitermayer))
## [0.0.13](https://github.com/prettier/vim-prettier/tree/0.0.13) (2017-08-13)