summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-08 15:07:16 +0100
committerGitHub <noreply@github.com>2021-11-08 15:07:16 +0100
commit7a1ae13478abeb5f0d050f69259b6550d5fc398b (patch)
treec0a0a49c553939f4769b6b24195dccb2e678ab32
parent8f06f119fdeebaa5f589b8c639fb6780597fc75b (diff)
docs(changelog): half page scrolling
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 592189be1..76de68ab3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Add: support `--index` option for the `attach` subcommand in order to
choose the session indexed by the provided creation date (https://github.com/zellij-org/zellij/pull/824)
* Fix: simplify the main function significantly (https://github.com/zellij-org/zellij/pull/829)
+* Feature: half page scrolling actions (https://github.com/zellij-org/zellij/pull/813)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)