From 044519f53740d02b6feabe379bc618a1ce5c4ec2 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 16 Jun 2023 21:05:22 +0200 Subject: [PATCH] docs(changelog): debounced watcher --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6513147..1b82761e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: only watch fs if plugins explicitly request it (https://github.com/zellij-org/zellij/pull/2529) * fix: suppress debug logging when not debugging (https://github.com/zellij-org/zellij/pull/2532) * feat: send pane events to plugins (https://github.com/zellij-org/zellij/pull/2545) +* fix: use debounced watcher for watching filesystem (https://github.com/zellij-org/zellij/pull/2546) ## [0.36.0] - 2023-04-13 * fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293)