From d4657a2fd138bba418532cc307faa0ca7dcf9b5d Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 8 Nov 2023 11:36:12 +0100 Subject: [PATCH] docs(changelog): styled underlines fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34a6dd0..6c156973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* fix: styled underlines in editors (https://github.com/zellij-org/zellij/pull/2918) ## [0.39.0] - 2023-07-11 * feat(panes): start panes/editors/commands/plugins in-place (https://github.com/zellij-org/zellij/pull/2795)