From 5697b9bb59e4583bea18840ec9136d0537a09ed0 Mon Sep 17 00:00:00 2001 From: GameTec_live Date: Mon, 2 Oct 2023 08:09:26 +0200 Subject: [PATCH] doc: Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76153192..6de3310d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] +- Added GUI Page docs (@GameTec-live) ## [v2.0.0][2023-09-26] - Changed APP_FW_VER now deduced from git tag vx.y.z (@doegox)