summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-06-12 02:15:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-06-12 02:15:11 +0900
commit3e1d6a7bcf2a47a494d602389fda415d8fad8e03 (patch)
tree6f1cf2fba44bf162db77be778dab7c1032088ecd /CHANGELOG.md
parent2bbc12063c475cb7c78c7633e2ffad41aa49d233 (diff)
0.13.00.13.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 558da3e9..9844d71a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,14 @@
CHANGELOG
=========
-0.12.3
+0.13.0
------
-- `{}` in execute action is replaced to the single-quoted string of the
- current line
+- Added preview feature
+ - `--preview CMD`
+ - `--preview-window POS[:SIZE][:hidden]`
+- `{}` in execute action is now replaced to the single-quoted (instead of
+ double-quoted) string of the current line
+- Fixed to ignore control characters for bracketed paste mode
0.12.2
------