summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2018-09-13 00:02:11 -0700
committerJohn Hawthorn <john@hawthorn.email>2018-09-23 11:23:53 -0700
commit5229c6d591465f25fa5b27f2e4b564b9543ced9e (patch)
treecaff09a1c1789b9dc04ae105763e6d484193bd2d /CHANGELOG.md
parentbee40b29cf138165170c15882309e3336e416c6e (diff)
Prepare CHANGELOG for 1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a166721..7903cc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 1.0 (Unreleased)
+
+Features:
+
+ - Support UTF-8
+ - Support readline-like editing
+ - Quit on Esc
+ - Redraw on terminal resize
+ - Bracketed paste escapes are ignored
+
+Performance:
+
+ - Initialize tty interface before reading stdin
+
## 0.9 (2017-04-17)
Features: