From 402b4a3094d90d613afdff69cfc7aa8c6b557b4d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 11 Dec 2023 14:28:28 +0100 Subject: [PATCH] [flutter] Fix CHANGELOG.md markup --- spine-flutter/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index 3f7d67e4c..ce125cc8f 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,9 +1,9 @@ #4.2.21 -# FilterQuality for texture atlas pages is now set to medium. It is configurable via `Atlas.filterQuality`. See https://github.com/EsotericSoftware/spine-runtimes/issues/2362 -# Track Entry listeners are now invoked properly, see https://github.com/EsotericSoftware/spine-runtimes/issues/2349 +* FilterQuality for texture atlas pages is now set to medium. It is configurable via `Atlas.filterQuality`. See https://github.com/EsotericSoftware/spine-runtimes/issues/2362 +* Track Entry listeners are now invoked properly, see https://github.com/EsotericSoftware/spine-runtimes/issues/2349 # 4.2.20 -# Fixed clipping bug, see https://github.com/EsotericSoftware/spine-runtimes/issues/2431 +* Fixed clipping bug, see https://github.com/EsotericSoftware/spine-runtimes/issues/2431 # 4.2.19 * Fixes #2412, single bone, translation only IK constraints did not take skeleton scale into account.