docs(changelog): fix validate session name

This commit is contained in:
Jae-Heon Ji 2023-09-16 15:16:37 +09:00 committed by GitHub
parent f1bef8f0d1
commit 74a3b63635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)
* fix(utils): validate session name (https://github.com/zellij-org/zellij/pull/2607)
## [0.38.1] - 2023-08-31
* refactor(server): remove unnecessary mut (https://github.com/zellij-org/zellij/pull/2735)