From 3c6643ba49eae2b6a07bb25b572e4657dd9060df Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 6 Jul 2022 16:08:53 +0200 Subject: [PATCH] docs(changelog): crate refactor --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c371eebe..3de49c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: reset scroll properly when typing in certain edge cases (https://github.com/zellij-org/zellij/pull/1547) * fix: logging may fill up /tmp, now logs are capped at 100 kB (https://github.com/zellij-org/zellij/pull/1548) * fix: crash when terminal rows or columns are 0 (https://github.com/zellij-org/zellij/pull/1552) +* refactor: moved shared data structures to zellij-utils (https://github.com/zellij-org/zellij/pull/1541) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)