From 96eb0fae7744b93d3a3d0c14724bbe3605d36183 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Sat, 28 May 2016 08:18:52 -0600 Subject: [PATCH] Changelog updates for v0.3.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ef027..608d17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.3.2 +- Test runner now supports running specific tests and choosing zsh binary +- Return code from original widget is now correctly passed through (#135) +- Add `vi-add-eol` to list of accept widgets (#143) +- Escapes widget names within evals to fix problems with irregular widget names (#152) +- Plugin now clears suggestion while within a completion menu (#149) +- .plugin file no longer relies on symbolic link support, fixing issues on Windows (#156) + ## v0.3.1 - Fixes issue with `vi-next-char` not accepting suggestion (#137).