summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Kelley <michael.a.kelley@gmail.com>2019-02-04 22:51:39 -0800
committerJunegunn Choi <junegunn.c@gmail.com>2020-03-10 00:03:34 +0900
commit7d5985baf927cdd04070679cbfbb5ff6b0728f6d (patch)
tree5b67c8ac90f2a040832c1d17b1ed10746f1d6b36 /CHANGELOG.md
parent7c40a424c0bf5a8967816d51ead6a71a334f30bb (diff)
Make height option work under Windows (#1341)
Separate Unix & Windows code into platform specific files for light renderer
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1f68751..1a16fd53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ CHANGELOG
finder instead of printing horizontal lines above and below it.
The previous style is available via `--border=horizontal`
- Added `--pointer` and `--marker` options
+- `--height` option is now available on Windows binary (@kelleyma49)
- More keys and actions for `--bind`
- Bug fixes and improvements
- Vim plugin: Floating windows support