summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-19 18:31:14 +0200
committerGitHub <noreply@github.com>2024-04-19 18:31:14 +0200
commit162a6dd93dc6c4d4d9a7eb1a7765623bc117e8f4 (patch)
tree9d65cae9a4d9ad1492749fd802f78a79eaedee6c
parentb02e026e35d0491d42bb57ba29a86cd68be8cad1 (diff)
docs(changelog): fix frozen sessions
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2f400c53..a424bfad9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)
## [0.40.0] - 2024-04-16
* feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)