summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-15 12:25:09 +0100
committerGitHub <noreply@github.com>2022-11-15 12:25:09 +0100
commitc66a8c0629e8b80bf9b20f0288164dc701b03a24 (patch)
tree7ac953a5b8c539eec4750c1af959bd032bd0986e
parent3d2a6d6a5aa47cace356fe39184f2ac018898552 (diff)
docs(changelog): plugin data flow
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fff7faed..13b0152cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* (BREAKING CHANGE) performance: change plugin data flow to improve render speed (https://github.com/zellij-org/zellij/pull/1934)
* feat: support text input from clipboard (https://github.com/zellij-org/zellij/pull/1926)
* errors: Don't log errors from panes when quitting zellij (https://github.com/zellij-org/zellij/pull/1918)
-* docs(contributing): update log path (https://github.com/zellij-org/zellij/pull/1927)
+* docs(contributing): update log path (https://github.com/zellij-org/zellij/pull/1927)
## [0.33.0] - 2022-11-10