docs(changelog): line wrap bug

This commit is contained in:
Aram Drevekenin 2023-09-15 16:25:13 +02:00 committed by GitHub
parent 5fdfe4507f
commit 57cc27c9f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)