From 87a113aa9fc6e65bd65f75f15d000be6a53a9f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:10:11 +0200 Subject: [PATCH] add condional using "return" command to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e26f48..ebe4673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed +- use "return" command for conditionals instead of data storage when using supported pack format ### Removed