From ef7424d90661310c9d3a375b01bb1b7b573e4089 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Sat, 29 May 2021 21:43:04 +0530 Subject: [PATCH] docs(changelog): add #547 and #548 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2508fe..71ad3410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) * Do not lag when reading input too fast (https://github.com/zellij-org/zellij/pull/536) * Session name optional in attach command (https://github.com/zellij-org/zellij/pull/542) +* Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch (https://github.com/zellij-org/zellij/pull/547) +* Fix(ui): session mode should be disabled in locked mode (https://github.com/zellij-org/zellij/pull/548) ## [0.12.1] - 2021-05-28 * HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)