Skip to content

Commit

Permalink
updated changelog and bumped revision number to 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bateman committed Oct 8, 2013
1 parent 058fe04 commit 21e90e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.txt
Expand Up @@ -210,4 +210,13 @@
- Fix to GradientDiffuseMethod to stop material from disappearing when no lights are applied
- Get rid of compilation warnings in ViewVolume
- Fix for incorrect sorting with blended entities (Closes #605)
- Fix to Loader3D when automatically adding root objects to the scene from an AWD file
- Fix to Loader3D when automatically adding root objects to the scene from an AWD file

4.1.5
- Fix to SegmentSet bounds calculations. Closes #610
- Added support for new ATF format. Closes #615
- Fix to background image when using a scissorRect. Closes #622
- Optimisation to MD2 parser. Closes #631
- Fix to pitch/roll/yaw/rotate for scaled objects. Closes #626
- Fix on filter method for custom filterFunc. Closes #619
- Added support for 4096x4096 textures. Closes #647
2 changes: 1 addition & 1 deletion src/away3d/Away3D.as
Expand Up @@ -11,6 +11,6 @@ package away3d

public static const MINOR_VERSION:uint = 1;

public static const REVISION:uint = 4;
public static const REVISION:uint = 5;
}
}

0 comments on commit 21e90e5

Please sign in to comment.