summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-05-16 12:57:39 +0200
committerGitHub <noreply@github.com>2023-05-16 12:57:39 +0200
commitdf0c7f1d9a911a36205685975dd29b1cd17c7299 (patch)
tree0f9940fc0b8828f2b8ab78fa0aebc9f0ad306436
parent5fe4d60c220c872c1e77a7ddf24fec6686c28e95 (diff)
docs(changelog): plugin workers
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c8752c7e..7bf1883a8 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: sticky bit FreeBSD crash https://github.com/zellij-org/zellij/pull/2424
* build: Bump rust toolchain version to 1.67 (https://github.com/zellij-org/zellij/pull/2375)
* fix: update config file output (https://github.com/zellij-org/zellij/pull/2443)
+* feat: plugin workers for background tasks (https://github.com/zellij-org/zellij/pull/2449)
## [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)