Skip to content

Commit 53ba20c

Browse files
committed
Update CHANGELOG.md
1 parent 17fd483 commit 53ba20c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- Fix `ui::MediaPlayer` may crash on Apple platforms by @halx99 in [#2704](https://github.com/axmolengine/axmol/pull/2704)
2323
- Fix occasional missing Android assets in AAB build by @paulocoutinhox in [#2713](https://github.com/axmolengine/axmol/pull/2713)
2424
- Fix format specifiers in logging calls by @rh101 in [#2749](https://github.com/axmolengine/axmol/pull/2749)
25+
- Fix for crash when director is reset during scene transition by @halx99 [#2802](https://github.com/axmolengine/axmol/pull/2802)
2526

2627

2728
## Improvements
@@ -37,6 +38,8 @@
3738
- Remove CI pull-request trigger event: `ready_for_review` by @halx99
3839
- Update kcp to resolve cmake error by @halx99
3940
- Dispatch applicationScreenSizeChanged when layoutSubviews on ios by @halx99
41+
- Rename internal ios class: EARenderView => RenderHostView by @halx99
42+
- Make Director::getRunningScene() return the expected result for any type of scene switch when called from Node::onEnter() by @rh101 in [#2799](https://github.com/axmolengine/axmol/pull/2799)
4043

4144
## SDK & Tools updates
4245

0 commit comments

Comments
 (0)