From 7dbf859508a653db2e533c2e6279afedeb81bc02 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 17 May 2021 18:15:22 +0200 Subject: [PATCH] docs(changelog): update osc change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700ac0ce0..a039d4782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Remove unused imports (https://github.com/zellij-org/zellij/pull/504) * More Infrastructure changes for the upcoming session detach feature: run server and client in separate processes (https://github.com/zellij-org/zellij/pull/499) * Restructuring cargo workspace: Separate client, server and utils into separate crates (https://github.com/zellij-org/zellij/pull/515) +* Terminal compatibility: handle most OSC sequences (https://github.com/zellij-org/zellij/pull/517) ## [0.11.0] - 2021-05-15