From f6ec1a13853d25df3412ad9f759ea857719bb2aa Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 12 Jul 2024 12:25:59 +0200 Subject: [PATCH] docs(changelog): scroll region fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b902da7704..8b6d6b1c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * dependencies: switch from wasmer to wasmtime (https://github.com/zellij-org/zellij/pull/3349) * feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475) * chore: Update MSRV in Cargo.toml (https://github.com/zellij-org/zellij/pull/3482) +* fix(terminal): prevent escaping pane through scroll region (https://github.com/zellij-org/zellij/pull/3491) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)