Changelog updates for v0.3.2

This commit is contained in:
Eric Freese 2016-05-28 08:18:52 -06:00
parent 5e5bfdb659
commit 96eb0fae77

View file

@ -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).