From 74a3b6363594d53f78c16a05444814d68e3fd76f Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Sat, 16 Sep 2023 15:16:37 +0900 Subject: [PATCH] docs(changelog): fix validate session name --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)