From 21901c6e79c0f0d190c42513be27b008752306ff Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 11 Oct 2021 16:59:14 +0200 Subject: [PATCH] docs(changelog): kill sessions commands --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e8c602..9259f494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: Add config options to default config file (https://github.com/zellij-org/zellij/pull/766) * Fix: Properly clear "FULLSCREEN" status when a pane exits on its own (https://github.com/zellij-org/zellij/pull/757) * Refactor: handle clients in tabs/screen (https://github.com/zellij-org/zellij/pull/770) +* Feature: kill-session and kill-all-sessions cli commands (https://github.com/zellij-org/zellij/pull/745) ## [0.18.1] - 2021-09-30