update change log

This commit is contained in:
Anton Lavrenov 2015-04-26 07:56:17 +07:00
parent bb8704f68a
commit 533f68b2f3

View File

@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- context wrapper is more capable with native context.
So you can use `context.fillStyle` property in your `sceneFunc` without accessing native context.
- `toDataURL` now handle pixelRatio. So image for stage 400x400 for retina will be 800x800.
## [0.9.0][2015-02-27]