浏览代码

[flutter] Fix CHANGELOG.md markup

Mario Zechner 1 年之前
父节点
当前提交
402b4a3094
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      spine-flutter/CHANGELOG.md

+ 3 - 3
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.