Update changelog for v0.5.2 release

This commit is contained in:
Eric Freese 2019-04-11 10:15:13 -06:00
parent 937d6fc241
commit 528e338e57

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## v0.5.2
- Allow disabling automatic widget re-binding for better performance (#418)
- Fix async suggestions when `SH_WORD_SPLIT` is set
- Refactor async mode to use process substitution instead of zpty (#417)
## v0.5.1 ## v0.5.1
- Speed up widget rebinding (#413) - Speed up widget rebinding (#413)
- Clean up global variable creations (#403) - Clean up global variable creations (#403)