Skip to content

Commit 30120f7

Browse files
committed
v3.7 rc1 release doc
1 parent 784b94f commit 30120f7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
ChangeLog:
22

3-
Cocos2d-x v3.7 @ July 1 2015
3+
Cocos2d-x v3.7 RC1 @ July 14 2015
4+
[REFINE] Improved localStorage warning when disabled
5+
6+
[FIX] Fixed a bug that SingleNode's color isn't set
7+
[FIX] studio: Fixed a bug of JSON parser that texture address is wrong
8+
[FIX] Fixed MenuItems' color/opacity setter issue with child nodes
9+
[FIX] Fixed page view's layout issue for JSON parser
10+
[FIX] Add ttc loader and prevent the pure digital fonts is invalid
11+
[FIX] Fixed Float32Array initialization
12+
[FIX] Fixed a bug that layout background is missing
13+
[FIX] Fixed a bug that ObjectExtensionData miss setCustomProperty and getCustomProperty function
14+
15+
Cocos2d-x v3.7 RC0 @ July 1 2015
416

517
* The json loader of Cocos Studio will automatically load dependencies resources
618
* SIMD.js optimization for kazmath functions (from Intel)

cocos2d/core/platform/CCConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @type {String}
3232
* @name cc.ENGINE_VERSION
3333
*/
34-
window["CocosEngine"] = cc.ENGINE_VERSION = "Cocos2d-JS v3.7 RC0";
34+
window["CocosEngine"] = cc.ENGINE_VERSION = "Cocos2d-JS v3.7 RC1";
3535

3636
/**
3737
* <p>

0 commit comments

Comments
 (0)