From 58a1ff82c1258aacb122f5e16f5d723ef042fb45 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 18 May 2021 10:49:52 +0200 Subject: [PATCH] docs(changelog): Split Layout Flag 514 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a039d478..e5b1e9ca 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/) * More Infrastructure changes for the upcoming session detach feature: run server and client in separate processes (https://github.com/zellij-org/zellij/pull/499) * Restructuring cargo workspace: Separate client, server and utils into separate crates (https://github.com/zellij-org/zellij/pull/515) * Terminal compatibility: handle most OSC sequences (https://github.com/zellij-org/zellij/pull/517) +* Split `layout` flag into `layout` and `layout-path` (https://github.com/zellij-org/zellij/pull/514) ## [0.11.0] - 2021-05-15