From da1ebe961fe4cb68671a0adf81957d8e8e2ba74b Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Sat, 16 Apr 2022 16:13:31 +0900 Subject: [PATCH] docs(changelog): minor system improvements --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252d0d7d..d0b7dded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: fix ANSI scrolling regression (https://github.com/zellij-org/zellij/pull/1324) * fix: send SIGHUP instead of SIGTERM when closing a pane (https://github.com/zellij-org/zellij/pull/1320) * add: `copy_on_select` option to configure automatic copy behavior (https://github.com/zellij-org/zellij/pull/1298) +* fix: minor system improvements (https://github.com/zellij-org/zellij/pull/1328) ## [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)