summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-02 14:32:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-02 14:32:34 +0900
commite83ae34a3b488f323efaf60b26c5f08a849d2238 (patch)
tree33a71a4d2b56afd99db6a56d048a4a9bd6729189 /CHANGELOG.md
parente13bafc1abaea9a9f3142eb58be1e977ca97e114 (diff)
Update CHANGELOG - 0.10.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bd791fb..0bce59b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
CHANGELOG
=========
+0.10.2
+------
+
+### Fixes and improvements
+
+- Improvement in perceived response time of queries
+ - Eager, efficient rune array conversion
+- Graceful exit when failed to initialize ncurses (invalid $TERM)
+- Improved ranking algorithm when `--nth` option is set
+- Changed the default command not to fail when there are files whose names
+ start with dash
+
0.10.1
------