From 53afaa01a9b061496cfa337da32613501808a459 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 15 Apr 2022 19:48:42 +0200 Subject: [PATCH] docs(changelog): SIGHUP change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a15c7a51f..352630236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * add: clarify copy to clipboard message (https://github.com/zellij-org/zellij/pull/1321) * 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) ## [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)