From 281ed9bbf73fd77b3d95e6c42940e37d313d91f6 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Fri, 14 Apr 2017 09:04:59 -0600 Subject: [PATCH] v0.4.0 changelog updates --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a1e0a..ac0f8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.4.0 +- High-level integration tests using RSpec and tmux +- Add continuous integration with Circle CI +- Experimental support for asynchronous suggestions (#) +- Fix problems with multi-line suggestions (#) +- Optimize case where manually typing in suggestion +- Avoid wrapping any zle-* widgets (#) +- Remove support for deprecated options from v0.0.x +- Handle history entries that begin with dashes (#) +- Gracefully handle being sourced multiple times (#126) +- Add enable/disable/toggle widgets to disable/enable suggestions (#219) + + ## v0.3.3 - Switch from $history array to fc builtin for better performance with large HISTFILEs (#164) - Fix tilde handling when extended_glob is set (#168)