From 2f475d5d1cf13a7a77c269e12291a7c7d74ea1cc Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Sun, 27 Feb 2022 22:06:49 +0100 Subject: [PATCH] docs(changelog): e2e tests plugins fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e4f0951..ad5e6e01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: unused code warnings (https://github.com/zellij-org/zellij/pull/1087) * Add: support `cargo-binstall` (https://github.com/zellij-org/zellij/pull/1129) * Fix: do not use current cursor style in csi erase display (solve `btm` rendering issue) (https://github.com/zellij-org/zellij/pull/1142) +* Fix: ensure e2e tests use current plugins (https://github.com/zellij-org/zellij/pull/1047) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)