From 09b448ca0ba1566ed99bf53ab0f0547ee748cdc9 Mon Sep 17 00:00:00 2001 From: Cheney Date: Fri, 20 Nov 2015 23:25:18 +0800 Subject: [PATCH] changelog: fix syntax --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d04f7..2cc4819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### 1.1 - 2015-11-20 -* #12 Add support for key // +* #12 Add support for key ``/``/`` * Only enter raw mode as needed (calling `Readline()`), program will receive signal(e.g. Ctrl+C) if not interact with `readline`. * Bugs fixed for `PrefixCompleter` * Press `Ctrl+D` in empty line will cause `io.EOF` in error, Press `Ctrl+C` in anytime will cause `ErrInterrupt` instead of `io.EOF`, this will privodes a shell-like user experience.