m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00
This commit is contained in:
Junegunn Choi
2015-10-05 23:28:24 +09:00
parent 86bc9d506f
commit 1da065e50e
4 changed files with 12 additions and 4 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.10.7
------
- Fixed unserialized interrupt handling during execute action which often
caused invalid memory access and crash
- Changed `--tiebreak=length` (default) to use trimmed length when `--nth` is
used
0.10.6
------