Update CHANGELOG

This commit is contained in:
Junegunn Choi 2020-09-09 00:06:53 +09:00
parent 9e96073128
commit e0f0b5bcf9
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ CHANGELOG
- Added `--preview-window` option for sharp edges (`--preview-window sharp`)
- Reduced vertical padding around the preview window when `--preview-window
noborder` is used
- Vim
- Popup width and height can be given in absolute integer values
- Added `fzf#exec()` function for getting the path of fzf executable
- It also downloads the latest binary if it's not available by running
`./install --bin`
0.22.0
------