From 162f916f6a7834533abf1fdfd9f07d8204f2ddf9 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 19 Jun 2022 21:26:38 +0200 Subject: [PATCH] docs(changelog): fix macports instructions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e6e83f..d716528c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: send `WriteChars:` once per action (https://github.com/zellij-org/zellij/pull/1516) * feat: allow swapping tabs, in a fullscreen pane (https://github.com/zellij-org/zellij/pull/1515) * feat: add action of undo renmae (https://github.com/zellij-org/zellij/pull/1513) +* fix(docs): fix macport installation instructions (https://github.com/zellij-org/zellij/pull/1529) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)