summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-05-15 11:21:22 +0200
committerGitHub <noreply@github.com>2024-05-15 11:21:22 +0200
commit78b3909112da8f2f9cdf8484e14fa7382cbcae9a (patch)
treeb9e5868512508017e6980e5426dd819325b70898
parent90a62217fdd033fb2dd99b6f2ee3a945ae6b9baa (diff)
docs(changelog): consume layout from a url
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de1c502a5..893514f65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ 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]
+* feat(layouts): allow consuming a layout through a url (https://github.com/zellij-org/zellij/pull/3351)
## [0.40.1] - 2024-05-02
* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)