From 57cc27c9f7cc65bb210c6b9caa09f9c1dc573fe5 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 15 Sep 2023 16:25:13 +0200 Subject: [PATCH] docs(changelog): line wrap bug --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 610cc99d..70c35679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ 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(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789) ## [0.38.1] - 2023-08-31 * refactor(server): remove unnecessary mut (https://github.com/zellij-org/zellij/pull/2735)