summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-11-29 14:36:05 +0900
committerGitHub <noreply@github.com>2023-11-29 14:36:05 +0900
commit42af4c5103a0f5bfb07aaa248d3f3424adf80dd8 (patch)
tree0f8528f9b3298df1a98f2496758a1cb9f26df603
parent4a351e22bed2d9de4fc0d677872eb5a8c338c439 (diff)
docs(changelog): fix compiler warnings
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd7f1aa83..8e8e9903d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)
* fix(sessions): slow session updates in the session-manager (https://github.com/zellij-org/zellij/pull/2951)
+* fix: compiler warnings (https://github.com/zellij-org/zellij/pull/2873)
## [0.39.1] - 2023-11-13
* fix: styled underlines in editors (https://github.com/zellij-org/zellij/pull/2918)