This commit is contained in:
Junegunn Choi
2016-02-07 10:56:29 +09:00
parent e95d82748f
commit 40d934e378
5 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,16 @@
CHANGELOG
=========
0.11.3
------
- Graceful exit on SIGTERM (#482)
- `$SHELL` instead of `sh` for `execute` action and `$FZF_DEFAULT_COMMAND` (#481)
- Changes in fuzzy completion API
- [`_fzf_compgen_{path,dir}`](https://github.com/junegunn/fzf/commit/9617647)
- [`_fzf_complete_COMMAND_post`](https://github.com/junegunn/fzf/commit/8206746)
for post-processing
0.11.2
------