summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-11-30 17:34:39 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-11-30 17:34:39 +0530
commitc3f838a906c4a2e558d9f119af9541e4e07a4520 (patch)
treed217f00e5228ffc96804c4904066efd8b34dbb84 /CHANGELOG.md
parent0ed8f06b9fef7a025bfc1750729350742e227243 (diff)
docs(changelog): prevent session from attaching to itself
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58928c5de..2350d30fd 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: missing themes in configuration merge (https://github.com/zellij-org/zellij/pull/913)
* Fix: add `gray` to theme section (https://github.com/zellij-org/zellij/pull/914)
+* Fix: prevent zellij session from attaching to itself (https://github.com/zellij-org/zellij/pull/911)
## [0.21.0] - 2021-11-29
* Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)