From 717e54e0df560538d2cd153b05610644733d9b6e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 29 Apr 2025 20:53:06 +0200 Subject: [PATCH] docs(changelog): multiple select --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6e7c68..0574d775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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) ## [0.42.2] - 2025-04-15 * refactor(terminal): track scroll_region as tuple rather than Option (https://github.com/zellij-org/zellij/pull/4082)