From f35730ee7c7107f911bc771ffbc7c2aaf57f5fe2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 19 Sep 2024 20:22:04 +0200 Subject: [PATCH] moved change to the correct changelog category --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b3401..056e072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,9 @@ Jump to version: ## 7.1.2 (In Development) -No code changes +### MLEM.Ui +Additions +- Added Panel.IsVisible method to check if a child element is visible ## 7.1.1 @@ -27,9 +29,6 @@ Additions - Added TextureExtensions.PremultipliedCopy for textures ### MLEM.Ui -Additions -- Added Panel.IsVisible method to check if a child element is visible - Improvements - Construct images in UiParser.ParseImage on the main thread to support usage with KNI - Create a premultiplied copy of UiParser images to support usage with KNI