diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a81f9..036c1e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 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 - Speed up widget rebinding (#413) - Clean up global variable creations (#403)