From 2a024db839e3be60f9428d39f6e84c7e748162d0 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 2 Jul 2021 14:08:14 +0200 Subject: [PATCH] chore(changelog): Add run-command option #596 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6e37cd..f274d932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix `Makefile.toml` because of missing directory (https://github.com/zellij-org/zellij/pull/580) * Autodetach on force close (https://github.com/zellij-org/zellij/pull/581) * Add option to specify a default shell (https://github.com/zellij-org/zellij/pull/594) +* Add action to run bound commands in a pane (https://github.com/zellij-org/zellij/pull/596) ## [0.13.0] - 2021-06-04 * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)