소스 검색

[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.