summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-06-22 23:51:14 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-06-22 23:51:14 -0700
commitad47ae314760b284fe420ab577ceebbd68441bd5 (patch)
tree9980c586558d9b36b21f394797f42696d7a045ce /CHANGELOG.md
parent2142a44bf01d827c3a6f0b02f06b92d993a3fed6 (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9781bb2..fb87c51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.6 (Unreleased)
+
+Performance:
+
+ - Use threads to parallelize searching and scoring
+ - Read all pending input from tty before searching
+
## 0.5 (2016-06-11)
Bugfixes:
@@ -25,9 +32,12 @@ Bugfixes:
Features:
- - Reduced memory usage on large sets
- Allow specifying custom prompt
+Performance:
+
+ - Reduce memory usage on large sets
+
Bugfixes:
- Terminal is properly reset on exit