From 099cbadc2b9d38df880aa53a0e86121780af6daa Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 26 May 2021 18:07:27 +0200 Subject: [PATCH] docs(changelog): wide character support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c83044..0535e823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Make distinction clearer between certain configuration flags (https://github.com/zellij-org/zellij/pull/529) * Resource usage and performance improvements (https://github.com/zellij-org/zellij/pull/523) * Feature: Detachable/Persistent sessions (https://github.com/zellij-org/zellij/pull/531) +* Terminal compatibility: Support wide characters (https://github.com/zellij-org/zellij/pull/535) ## [0.11.0] - 2021-05-15