summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-10-15 23:59:56 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-10-15 23:59:56 +0900
commit4138333f5cfb6e21b0f8d63a43add4c70c25cdaf (patch)
tree3c896f226881e3628f410c314fc0091d3c04463a /CHANGELOG.md
parent61339a8ae2f6be27f28c243f00a41cc3aa5f54c2 (diff)
0.27.30.27.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a384b86e..bb5eb5d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ CHANGELOG
- Preview window is `hidden` by default when there are `preview` bindings but
`--preview` command is not given
- Fixed bug where `{n}` is not properly reset on `reload`
+- Fixed bug where spinner is not displayed on `reload`
+- Enhancements in tcell renderer for Windows (#2616)
- Vim plugin
- `sinklist` is added as a synonym to `sink*` so that it's easier to add
a function to a spec dictionary
@@ -17,6 +19,7 @@ CHANGELOG
call fzf#run(fzf#wrap(spec))
```
+ - Vim 7 compatibility
0.27.2
------