diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d10a34..54f11e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(floating-panes): handle various errors (https://github.com/zellij-org/zellij/pull/3944) * chore(rust): Update Rust toolchain to 1.84.0 (https://github.com/zellij-org/zellij/pull/3945) * feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957) +* feat(plugins): API to change the position and size of floating pane, as well as know the viewport size (https://github.com/zellij-org/zellij/pull/3958) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)