From 226f5dc854e26ddfa4dd087f6e4cb99b0230da74 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 30 Apr 2025 15:00:11 +0200 Subject: [PATCH] docs(changelog): theme fixes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0574d775..6c22301d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] -* feat: multiple select and bulk pane actions (https://github.com/zellij-org/zellij/pull/4169) +* feat: multiple select and bulk pane actions (https://github.com/zellij-org/zellij/pull/4169 and https://github.com/zellij-org/zellij/pull/4171) ## [0.42.2] - 2025-04-15 * refactor(terminal): track scroll_region as tuple rather than Option (https://github.com/zellij-org/zellij/pull/4082)