From 76cd65347ddfde551b4461c4d5bb08bc2e240625 Mon Sep 17 00:00:00 2001 From: lavrton Date: Thu, 22 Jan 2015 12:47:26 +0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1be28b..3d382f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ -## 5.1.10 +## 5.2.0 * Bug Fixes * working "this-example" as name for nodes - * Kinetic.Text() with no config throws exception - * Kinetic.Line() with no config throws exception + * Kinetic.Text() with no config don't throws exception + * Kinetic.Line() with no config don't throws exception * Enhancements * `black` is default fill for text * true class extending. Now `rect instanceOf Kinetic.Shape` will return true * while dragging you can redraw layer that is not under drag. hit graph will be updated in this case * now you can move object that is dragging into another layer. + * new `frameOffsets` attribute for `Kinetic.Sprite` ## 5.1.9 2014-01-09