summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-09-16 15:16:37 +0900
committerGitHub <noreply@github.com>2023-09-16 15:16:37 +0900
commit74a3b6363594d53f78c16a05444814d68e3fd76f (patch)
tree2901712e146e284ecda0b4b2ec56ff53b6241a78
parentf1bef8f0d150df38352379a2bce5666838cb0438 (diff)
docs(changelog): fix validate session name
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1206456e8..3eaf3eaa6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)