Skip to content

Commit

Permalink
changelog: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chzyer committed Nov 20, 2015
1 parent fb8cb23 commit 09b448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 1.1 - 2015-11-20

* #12 Add support for key <Delete>/<Home>/<End>
* #12 Add support for key `<Delete>`/`<Home>`/`<End>`
* 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.
Expand Down

0 comments on commit 09b448c

Please sign in to comment.