summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-09 20:30:13 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-09 20:30:13 +0100
commit03f58fc184bc1be47a8da526563e60a21a1fced0 (patch)
treec8955983665290b410314d09a9d6bcc6006ec7b7
parent66fd39a9bc7bc569d028aa34edc0b8df6059847b (diff)
docs(changelog): use key-value in `docker-compose`
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f469e33eb..7c0b74508 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
+* Fix: use key-value style for `docker-compose` (https://github.com/zellij-org/zellij/issues/338)
## [0.20.0] - 2021-11-08
* Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798)