From 96315ed332438374743d73d3e3b38c3cdbdc3331 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Sat, 13 Nov 2021 21:55:33 +0100 Subject: docs(changelog): refactor close_pane --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fa4a411..dfc1f8c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] -* Fix: fix CSI cursor next line not moving cursor to beginning of line after moving it down (https://github.com/zellij-org/zellij/pull/863) * Add: suggestion for similar session name, on attach (https://github.com/zellij-org/zellij/pull/843) * Fix: handling and overwriting options through the cli (https://github.com/zellij-org/zellij/pull/859) @@ -34,7 +33,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ``` zellij options --mouse-mode true ``` +* Fix: fix CSI cursor next line not moving cursor to beginning of line after moving it down (https://github.com/zellij-org/zellij/pull/863) * Refactor: Support multiple users in `Tab`s (https://github.com/zellij-org/zellij/pull/864) +* Refactor: close_pane returns closed pane (https://github.com/zellij-org/zellij/pull/853) ## [0.20.1] - 2021-11-10 -- cgit v1.2.3