From 5bc88eb12233983c5fd9bf190478823baa188382 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 30 Jul 2022 22:16:31 +0200 Subject: [PATCH] docs(changelog): add more links to the documentation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c91944a..8497d67e 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] * add: `solarized-light` theme to the example theme directory (https://github.com/zellij-org/zellij/pull/1608) +* add(readme): more links to the documentation (https://github.com/zellij-org/zellij/pull/1621) ## [0.31.0] - 2022-07-28 * feat: Log errors causing "empty message received from client" (https://github.com/zellij-org/zellij/pull/1459)