From 90c68fb6a6da2b143b8d3fc857d145daa8755f4c Mon Sep 17 00:00:00 2001 From: Alex Kenji Date: Mon, 25 Oct 2021 20:09:50 +0200 Subject: [PATCH] docs(changelog): Use hyperlinks for `setup --check` subcommand --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ca3ad7..d527ced2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798) +* Add: Use hyperlinks for the setup information (https://github.com/zellij-org/zellij/pull/768) ## [0.19.0] - 2021-10-20 * Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)