Skip to content

Commit 6383ceb

Browse files
updated CHANGELOG and gradle build file for 2.0.1 release
1 parent b952c59 commit 6383ceb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Starling: Changelog
22
===================
33

4+
version 2.0.1 - 2016-04-28
5+
--------------------------
6+
7+
- added 'bufferUsage' parameters to 'Effect.uploadIndexData/uploadVertexData'
8+
- fixed that alpha value was ignored by non-tinted TextFields
9+
- fixed black screen caused by 'skipUnchangedFrames' when app moved into foreground
10+
- fixed wrong 'textBounds' when using 'TextField.autoSize'
11+
- fixed that TextField & Button returned wrong width & height when scale was not '1'
12+
- fixed that filter textures had the wrong size after changing the filter resolution
13+
- fixed that frame skipping did not work with invisible objects on the native stage
14+
- fixed that 'statsDisplay' getter was unreliable before Starling was initialized
15+
- fixed that initial CONTEXT3D_CREATE was not dispatched in shared context situations
16+
- fixed that setting object dimensions to negative value and back caused wrong scale
17+
- fixed floating point issue in MovieClip that prevented 'Event.COMPLETE' dispatching
18+
- fixed that not all properties were duplicated in 'TextureOptions.clone'
19+
420
version 2.0 - 2016-04-19
521
------------------------
622

starling/build/gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ant.FLASH_PLAYER_EXE = FLASH_PLAYER_EXE
7777
//----------------------------------
7878

7979
// Set default properties
80-
version = '2.0.1-SNAPSHOT'
80+
version = '2.0.1'
8181
group = 'com.gamua'
8282

8383
// Get version from Jenkins CI

0 commit comments

Comments
 (0)