diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d37449d..c7a2a6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: adjust saved cursor position on resize (https://github.com/zellij-org/zellij/pull/1362) * fix: avoid panic on renaming a floating pane (https://github.com/zellij-org/zellij/pull/1357) * fix: change the way sessions are sorted (https://github.com/zellij-org/zellij/pull/1347) +* fix: improve mouse event reporting, avoid clicks on plugin panes causing active pane scrolling (https://github.com/zellij-org/zellij/pull/1329) ## [0.28.1] - 2022-04-13 * (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274)