Skip to content

Commit 01d223a

Browse files
committed
Update ChangeLog
1 parent 7e4c20a commit 01d223a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
- `AsyncTaskPool`, use `JobSystem` instead.
1818
- `AXLOG`, `AXLOGINFO`, `AXLOGWARN`, `AXLOGERROR`, use `AXLOGD`, `AXLOGI`, `AXLOGE` instead.
19+
- Mark AXLOG, AXLOGINFO, AXLOGWARN, AXLOGERROR deprecated in https://github.com/axmolengine/axmol/pull/2017
20+
- Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) by @aismann in https://github.com/axmolengine/axmol/pull/2020
21+
- Set several log messages to verbose level by @rh101 in https://github.com/axmolengine/axmol/pull/2021
22+
- Change AXLOGI to more appropriate AXLOGD for several log calls by @rh101 in https://github.com/axmolengine/axmol/pull/2028
1923

2024
### Bug Fixes
2125

@@ -52,6 +56,8 @@
5256
- Don't output log when custom ILogOutput was set by @halx99
5357
- Use new logging system for audio by @halx99
5458
- Update DrawNodeV2 0.94 by @aismann in https://github.com/axmolengine/axmol/pull/2008
59+
- Ensure the RenderTexture reference is valid on threaded saveToFile task completion by @rh101 in https://github.com/axmolengine/axmol/pull/2024
60+
5561

5662
### sdks & tools updates
5763

@@ -65,6 +71,7 @@
6571
- fmtlib: 10.2.1 ==> 11.0.1
6672
- yasio: 4.2.2 ==> 4.2.3
6773
- oboe: 1.8.1 ==> 1.9.0
74+
- plainlua: 5.4.6 ==> 5.4.7
6875

6976
## axmol-2.1.3 May.26 2024
7077

0 commit comments

Comments
 (0)