From 99e9a345d3c6c8787a417805e671852e6eeb6297 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 14 Oct 2024 14:49:39 +0200 Subject: [PATCH] docs(changelog): fix plugins attaching to same session --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a84aae4..3b2e2736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): properly handle concurrent http plugin downloads (https://github.com/zellij-org/zellij/pull/3664) * fix(plugins): protect from various fail conditions in plugin loading and API (https://github.com/zellij-org/zellij/pull/3665) * fix(resurrection): properly serialize plugin aliases (https://github.com/zellij-org/zellij/pull/3673) +* fix(plugins): do not allow attaching to same session (https://github.com/zellij-org/zellij/pull/3674) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)