summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-09 17:39:15 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-09 17:39:15 +0100
commit050d6aa9821c2a06a6a8494280ece902de88865d (patch)
tree07257c5ff1ef5f38d87b3426b0995b7e88a120c9
parent382acd9fc8aefd300c2814ebdaf894087134a12c (diff)
docs(changelog): add e2e instructions for darwin
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6344cf6a6..f469e33eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
-* Add: add initial session name to layout template (https://github.com/zellij-org/zellij/pull/789)
+* Add: initial session name to layout template (https://github.com/zellij-org/zellij/pull/789)
* Fix: simplify matches (https://github.com/zellij-org/zellij/pull/844)
* Add: support darwin builds on ci (https://github.com/zellij-org/zellij/pull/846)
+* Add: e2e instructions for x86 and arm darwin systems (https://github.com/zellij-org/zellij/pull/846)
## [0.20.0] - 2021-11-08
* Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798)