docs(changelog): add e2e instructions for darwin

This commit is contained in:
a-kenji 2021-11-09 17:39:15 +01:00
parent 382acd9fc8
commit 050d6aa982

View file

@ -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/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [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) * 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: 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 ## [0.20.0] - 2021-11-08
* Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798) * Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798)