From 50b451add2851b98fa4e3d666963e0433e938d82 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 24 Feb 2025 16:09:33 +0100 Subject: [PATCH] docs(changelog): verbose about error --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b297e80e..63e5ddfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(plugins): send information about $SHELL and $EDITOR (https://github.com/zellij-org/zellij/pull/3971) * feat(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242 and https://github.com/zellij-org/zellij/pull/4002) * feat(ui): about plugin and release notes (https://github.com/zellij-org/zellij/pull/3979) -* feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988) +* feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988 and https://github.com/zellij-org/zellij/pull/4020) * feat(mouse): double-click to mark word boundaries, triple-click to mark entire paragraph (https://github.com/zellij-org/zellij/pull/3996) * feat(ux): improve filepicker UX (https://github.com/zellij-org/zellij/pull/4007) * fix(clipboard): various clipboard message fixes (https://github.com/zellij-org/zellij/pull/4009)