From 9eb9734bcca3cb0dcdff592da4d7a536d860c363 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 5 Nov 2023 15:31:25 +0100 Subject: [PATCH] docs(changelog): styled underlines --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2148423..78f78be8 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/) * feat(plugins): allow plugins to make web requests behind a permission (https://github.com/zellij-org/zellij/pull/2879) * feat(plugins): UI components for plugins (https://github.com/zellij-org/zellij/pull/2898) * feat(plugins): load plugins from the web (https://github.com/zellij-org/zellij/pull/2863) +* feat(terminal): support styled underlines (https://github.com/zellij-org/zellij/pull/2730) ## [0.38.2] - 2023-09-15 * fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)