From 605bcb1f3075b3fa3b68c7d44c201395da5967f4 Mon Sep 17 00:00:00 2001 From: daslu Date: Wed, 24 Jul 2024 09:01:38 +0300 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632f3b99..c97a46f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [2-beta15] - unreleased +- introducing code-and-value and horizontal layout - WIP + ## [2-beta14] - 2024-07-22 - proper handling of static resources (PR #126)