From 29257230fe270142e4a4b97adc539b3bf2f51e1c Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Tue, 28 Nov 2017 10:00:33 -0700 Subject: [PATCH] Add missing issue/pr numbers from last version --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0f8e6..69c1655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ ## 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 (#) +- Experimental support for asynchronous suggestions (#170) +- Fix problems with multi-line suggestions (#225) - Optimize case where manually typing in suggestion -- Avoid wrapping any zle-* widgets (#) +- Avoid wrapping any zle-* widgets (#206) - Remove support for deprecated options from v0.0.x -- Handle history entries that begin with dashes (#) +- Handle history entries that begin with dashes - Gracefully handle being sourced multiple times (#126) - Add enable/disable/toggle widgets to disable/enable suggestions (#219)