Skip to content

Commit

Permalink
updated CHANGELOG and gradle build file for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed Apr 28, 2016
1 parent b952c59 commit 6383ceb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Starling: Changelog
===================

version 2.0.1 - 2016-04-28
--------------------------

- added 'bufferUsage' parameters to 'Effect.uploadIndexData/uploadVertexData'
- fixed that alpha value was ignored by non-tinted TextFields
- fixed black screen caused by 'skipUnchangedFrames' when app moved into foreground
- fixed wrong 'textBounds' when using 'TextField.autoSize'
- fixed that TextField & Button returned wrong width & height when scale was not '1'
- fixed that filter textures had the wrong size after changing the filter resolution
- fixed that frame skipping did not work with invisible objects on the native stage
- fixed that 'statsDisplay' getter was unreliable before Starling was initialized
- fixed that initial CONTEXT3D_CREATE was not dispatched in shared context situations
- fixed that setting object dimensions to negative value and back caused wrong scale
- fixed floating point issue in MovieClip that prevented 'Event.COMPLETE' dispatching
- fixed that not all properties were duplicated in 'TextureOptions.clone'

version 2.0 - 2016-04-19
------------------------

Expand Down
2 changes: 1 addition & 1 deletion starling/build/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ant.FLASH_PLAYER_EXE = FLASH_PLAYER_EXE
//----------------------------------

// Set default properties
version = '2.0.1-SNAPSHOT'
version = '2.0.1'
group = 'com.gamua'

// Get version from Jenkins CI
Expand Down

0 comments on commit 6383ceb

Please sign in to comment.