From 8984d1eef654566d14396afae754574aec2ee6d8 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Thu, 28 Apr 2022 20:56:09 +0200 Subject: [PATCH] docs(changelog): link handler panic fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b01df8..807518e0 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/) * Terminal compatibility: fix cursor pane escape and invalid ansi crash (https://github.com/zellij-org/zellij/pull/1349) * fix: recover from corrupted ipc bus state (https://github.com/zellij-org/zellij/pull/1351) * Terminal compatibility: respond to foreground/background color ansi requests (OSC 10 and 11) (https://github.com/zellij-org/zellij/pull/1358) +* fix: avoid panic in link_handler.rs (https://github.com/zellij-org/zellij/pull/1356) ## [0.28.1] - 2022-04-13 * (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274)