summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-07-28 19:12:31 +0200
committera-kenji <aks.kenji@protonmail.com>2021-07-28 19:12:31 +0200
commit32e0fa0b06d9af9a5561f86b85a0e7063ad5bf7d (patch)
treec800a5fcb621702cda8efac3baeea6958e808648 /CHANGELOG.md
parent424786594a0be0e707bdc61397be602b2932aecd (diff)
docs(changelog): Simplify deserialization slightly
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 e22f6e6a9..71d111bf7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* `zellij setup --dump-layout [LAYOUT]` [default, strider, disable-status]
* Add `action`: `ScrollToBottom` (https://github.com/zellij-org/zellij/pull/626)
* Bound by default to `^c` in `scroll` mode, scrolls to bottom and exists the scroll mode
+* Simplify deserialization slightly (https://github.com/zellij-org/zellij/pull/633)
## [0.15.0] - 2021-07-19
* Kill children properly (https://github.com/zellij-org/zellij/pull/601)