Browse code

Update CHANGELOG.md

John Hawthorn authored on 23/06/2016 06:51:14
Showing 1 changed files

... ...
@@ -1,3 +1,10 @@
1
+## 0.6 (Unreleased)
2
+
3
+Performance:
4
+
5
+  - Use threads to parallelize searching and scoring
6
+  - Read all pending input from tty before searching
7
+
1 8
 ## 0.5 (2016-06-11)
2 9
 
3 10
 Bugfixes:
... ...
@@ -25,9 +32,12 @@ Bugfixes:
25 32
 
26 33
 Features:
27 34
 
28
-  - Reduced memory usage on large sets
29 35
   - Allow specifying custom prompt
30 36
 
37
+Performance:
38
+
39
+  - Reduce memory usage on large sets
40
+
31 41
 Bugfixes:
32 42
 
33 43
   - Terminal is properly reset on exit