From 050d6aa9821c2a06a6a8494280ece902de88865d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 9 Nov 2021 17:39:15 +0100 Subject: [PATCH] docs(changelog): add e2e instructions for darwin --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6344cf6a..f469e33e 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)