m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Update CHANGELOG - 0.10.2

This commit is contained in:
Junegunn Choi
2015-08-02 14:32:21 +09:00
parent e13bafc1ab
commit e83ae34a3b

View File

@@ -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
------