From 32e0fa0b06d9af9a5561f86b85a0e7063ad5bf7d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 28 Jul 2021 19:12:31 +0200 Subject: [PATCH] docs(changelog): Simplify deserialization slightly --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22f6e6a..71d111bf 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)