From d6b174f5969e1ec0de3d11f622525302c5a1ac12 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 18 Mar 2022 10:33:53 +0100 Subject: [PATCH] docs(changelog): tab refactor --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfbf68c..57b9eece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226) * Fix: `wasm_vm` use `cache_dirs` for ephemeral plugin data (https://github.com/zellij-org/zellij/pull/1230) * Bump `nix` version to `0.23.1` (https://github.com/zellij-org/zellij/pull/1234) +* Refactor: move tiled_panes to their own module (https://github.com/zellij-org/zellij/pull/1239) ## [0.26.1] - 2022-03-16 * HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)