docs(changelog): cwd fix

This commit is contained in:
Aram Drevekenin 2022-01-09 11:02:06 +01:00 committed by GitHub
parent d2cfcb3bab
commit 49af892970
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/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
* Fix: crash when opening pane in non-existent cwd (https://github.com/zellij-org/zellij/pull/995)
## [0.24.0] - 2022-01-05 ## [0.24.0] - 2022-01-05
* Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964) * Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964)