From 6ee31c84d784ba7b05ec67329e7581ef3411bc32 Mon Sep 17 00:00:00 2001 From: Brooks Rady Date: Fri, 23 Apr 2021 04:07:52 +0100 Subject: [PATCH] fix(ui): resolve ambiguous pane movements by their activity history (For those who witnessed this string of typos, I greatly apologize) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddaf5fa..09b80a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Allow scrolling by full pages (https://github.com/zellij-org/zellij/pull/298) * Reduce crate size by 4.8MB using `cargo diet`, to 77kB (https://github.com/zellij-org/zellij/pull/293) * Draw UI properly when instantiated as the default terminal command (https://github.com/zellij-org/zellij/pull/323) -* Resolve ambigous pane movements by their activity history (https://github.com/zellij-org/zellij/pull/294) +* Resolve ambiguous pane movements by their activity history (https://github.com/zellij-org/zellij/pull/294) ## [0.5.0] - 2021-04-20 Beta release with all the things