From 332c3e514c38620398a5bd64f096c250932189d7 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 24 Feb 2025 11:40:25 +0100 Subject: [PATCH] docs(changelog): deps update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829bbd10..8a162c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(logging): fix segfault in chrono crate (https://github.com/zellij-org/zellij/pull/4010) * fix(floating-panes): reset damage in swap layouts when closing the last pane (https://github.com/zellij-org/zellij/pull/4012) * feat(plugins): add tab_history to the session metadata (https://github.com/zellij-org/zellij/pull/4014) +* chore(repo): update some dependencies (https://github.com/zellij-org/zellij/pull/4019) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)