From 03f59df502557e1b259005382b6e6813fc16ed9c Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Mon, 6 Jan 2020 21:02:48 -0700 Subject: [PATCH] Update changelog for v0.6.4 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bf991..fc2a1fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.6.4 +- Fix `vi-forward-char` triggering a bell when using it to accept a suggestion (#488) +- New configuration option to skip completion suggestions when buffer matches a pattern (#487) +- New configuration option to ignore history entries matching a pattern (#456) + ## v0.6.3 - Fixed bug moving cursor to end of buffer after accepting suggestion (#453)