From ebdf16e56767c9dd8deb012e7652bce2f4dbeffd Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 19 Nov 2024 10:05:15 +0100 Subject: [PATCH] docs(changelog): derive hash and ord for paneid --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c833a9e6c..159e846ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): send `PaneClosed` event to plugins also when an entire tab was closed (https://github.com/zellij-org/zellij/pull/3781) * feat(plugins): add a `/cache` folder to plugins to persist data between runs (https://github.com/zellij-org/zellij/pull/3787) * feat(package): vendor the common_path dependency (https://github.com/zellij-org/zellij/pull/3780) +* fix(plugins): derive `Hash` and `Ord` for PaneIds (https://github.com/zellij-org/zellij/pull/3790) ## [0.41.0] - 2024-11-04 * feat(layouts): allow consuming a layout through a url (https://github.com/zellij-org/zellij/pull/3351 and https://github.com/zellij-org/zellij/pull/3697)