From 8233af4e16b6bcbb3d54c0cd2ff5df122a244c3d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 11 Dec 2023 14:27:53 +0100 Subject: [PATCH] [flutter] Fix CHANGELOG.md markup --- spine-flutter/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index 614fd0df6..fe62b52d6 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,15 +1,15 @@ # 4.1.12 -# 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.1.11 -# 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.1.10 -# Update WASM binaries +* Update WASM binaries # 4.1.9 -# Fixes #2412, single bone, translation only IK constraints did not take skeleton scale into account. +*Fixes #2412, single bone, translation only IK constraints did not take skeleton scale into account. # 4.1.8 * Fixes compilation errors due to API change in Flutter 3.16.0, see [this issue](https://github.com/EsotericSoftware/spine-runtimes/issues/2420). **Note**: Depending on this version requires your project to depend on Flutter >= 3.16.0 as well.