From 66aa486506ceda478215f0b5f5184f24766d1257 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Sat, 18 Jun 2022 10:00:37 +0900 Subject: [PATCH] docs(changelog): add undo rename action --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5dc6482..40e6e83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: send `WriteChars:` once per action (https://github.com/zellij-org/zellij/pull/1516) * feat: allow swapping tabs, in a fullscreen pane (https://github.com/zellij-org/zellij/pull/1515) +* feat: add action of undo renmae (https://github.com/zellij-org/zellij/pull/1513) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)