From a61d7a97228526ad145cb29a72a892a6f16ddcba Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 2 Jan 2022 23:31:47 +0100 Subject: [PATCH] fixed changelog order --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f05fa..6374973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ Additions Improvements - Generify GenericFont's string drawing +Fixes +- Fixed StaticSpriteBatch handling rotated sprites incorrectly + ### MLEM.Ui Improvements - Allow for checkboxes and radio buttons to be disabled @@ -49,7 +52,6 @@ Improvements Fixes - Fixed some end-of-line inconsistencies when using the Right text alignment -- Fixed StaticSpriteBatch handling rotated sprites incorrectly Removals - **Removed deprecated Misc versions of SoundEffectInfo and SoundEffectInstanceHandler**