From 533f68b2f317f90cc4231e386346db9e50d8b682 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Sun, 26 Apr 2015 07:56:17 +0700 Subject: [PATCH] update change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b08412..d263ecb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]