From 78b3909112da8f2f9cdf8484e14fa7382cbcae9a Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 15 May 2024 11:21:22 +0200 Subject: [PATCH] docs(changelog): consume layout from a url --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1c502a..893514f6 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)