mirror of https://github.com/axmolengine/axmol.git
Merge pull request #10988 from dabingnn/v3_releaseNotes
[ci skip]update releaseNotes
This commit is contained in:
commit
26139a66f1
|
@ -13,6 +13,7 @@
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
- [Linux](#linux)
|
- [Linux](#linux)
|
||||||
- [How to start a new game](#how-to-start-a-new-game)
|
- [How to start a new game](#how-to-start-a-new-game)
|
||||||
|
- [v3.5](#v35)
|
||||||
- [v3.5rc0](#v35rc0)
|
- [v3.5rc0](#v35rc0)
|
||||||
- [Highlights of v3.5rc0](#highlights-of-v35rc0)
|
- [Highlights of v3.5rc0](#highlights-of-v35rc0)
|
||||||
- [Features in detail](#features-in-detail)
|
- [Features in detail](#features-in-detail)
|
||||||
|
@ -113,6 +114,12 @@ Run
|
||||||
## How to start a new game
|
## How to start a new game
|
||||||
|
|
||||||
Please refer to this document: [ReadMe](../README.md)
|
Please refer to this document: [ReadMe](../README.md)
|
||||||
|
# v3.5
|
||||||
|
There are only some minor changes and bug fixes in this verison.
|
||||||
|
|
||||||
|
* EditBox: Color4B font color is supported
|
||||||
|
* Fix memory leak in AutoReleasePool
|
||||||
|
* Fix FileUtils:getWritablePath() return wrong path on Mac&Windows
|
||||||
|
|
||||||
# v3.5rc0
|
# v3.5rc0
|
||||||
## Highlights of v3.5rc0
|
## Highlights of v3.5rc0
|
||||||
|
|
Loading…
Reference in New Issue