docs(changelog): client crash recovery

This commit is contained in:
Aram Drevekenin 2022-09-02 15:32:36 +02:00 committed by GitHub
parent d68d407d26
commit 857fc93c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)
* fix: bracketed paste handling regression (https://github.com/zellij-org/zellij/pull/1689)
* fix: occasional startup crashes (https://github.com/zellij-org/zellij/pull/1706)
* fix: gracefully handle SSH disconnects (https://github.com/zellij-org/zellij/pull/1710)
*
## [0.31.3] - 2022-08-18
* HOTFIX: fix up-arrow regression