axmol/docs/RELEASE_NOTES.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2015-01-15 08:59:03 +08:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [Cocos2d-x 3.13.1 Release Notes](#cocos2d-x-3131-release-notes)
2015-01-15 08:59:03 +08:00
- [Misc Information](#misc-information)
- [v3.13.1](#v3131)
- [Bug fixed](#bug-fixed)
2015-01-15 08:59:03 +08:00
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Cocos2d-x 3.13.1 Release Notes #
2015-07-01 18:44:15 +08:00
2014-01-07 08:23:06 +08:00
# Misc Information
2015-03-13 17:18:29 +08:00
* [Full Changelog](https://github.com/cocos2d/cocos2d-x/blob/v3/CHANGELOG)
2014-01-07 08:23:06 +08:00
# v3.13.1
2015-04-22 14:59:22 +08:00
## Bug fixed
2015-08-24 09:40:59 +08:00
* Label color broken
* application will crash in debug mode if don't specify a design resolution
* may crash if coming from background by clicking application icon on Android
* object.setString() has not effect if passing a number on JSB
* AudioEngine can not play audio if the audio lies outside APK on Android
* AudioEngine::stop() will trigger `finish` callback on Android
Can refer to [here](https://github.com/cocos2d/cocos2d-x/milestone/33) for detail information about these issues.