summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-20 19:27:02 +0100
committerGitHub <noreply@github.com>2024-03-20 19:27:02 +0100
commit8504881e4eeaa0dbc53203351c9529aed1068249 (patch)
tree430e496abdddea54bbf4989173b98c55ec5917a2
parentc8b210cc6762f1238f7d3a075f93dc533b64d568 (diff)
docs(changelog): zpipe alias
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89c69e544..08f6d1896 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(terminal): implement synchronized renders (https://github.com/zellij-org/zellij/pull/2977)
* perf(plugins): improve plugin download & load feature (https://github.com/zellij-org/zellij/pull/3001)
* chore: bump Rust toolchain to 1.75.0 (https://github.com/zellij-org/zellij/pull/3039)
-* feat(plugins): introduce pipes to control data flow to plugins from the command line (https://github.com/zellij-org/zellij/pull/3066 and https://github.com/zellij-org/zellij/pull/3170)
+* feat(plugins): introduce pipes to control data flow to plugins from the command line (https://github.com/zellij-org/zellij/pull/3066, https://github.com/zellij-org/zellij/pull/3170 and https://github.com/zellij-org/zellij/pull/3210)
* feat(xtask): allow publishing without pushing changes (https://github.com/zellij-org/zellij/pull/3040)
* fix(terminal): improve reflow performance as well as resource utilization and some misc ancient bugs (https://github.com/zellij-org/zellij/pull/3045, https://github.com/zellij-org/zellij/pull/3032, https://github.com/zellij-org/zellij/pull/3043 and https://github.com/zellij-org/zellij/pull/3125)
* feat(sessions): add welcome screen (https://github.com/zellij-org/zellij/pull/3112)