From 304698a85c88a3aebf33423f3f1786cd75665b71 Mon Sep 17 00:00:00 2001 From: Chenguang Liu Date: Tue, 6 Jan 2015 13:19:50 +0800 Subject: [PATCH] update release notes --- docs/AS Lib 3.0.1 Release Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AS Lib 3.0.1 Release Notes.md b/docs/AS Lib 3.0.1 Release Notes.md index cc11c26..5e798ca 100644 --- a/docs/AS Lib 3.0.1 Release Notes.md +++ b/docs/AS Lib 3.0.1 Release Notes.md @@ -11,7 +11,7 @@ All these features will be hold in community experience version for months befor ##### 3.0 data format standard support * Support parent coordinate data format. * Unify the default value parse with 3.0 data format standard. -* See 3.0 data format standard details in [DragonBonesDataFormatSpec_V3.0_cn.xml](https://github.com/DragonBones/DesignPanel/blob/dev/docs/DragonBonesDataFormatSpec_V3.0_en.xml) +* See 3.0 data format standard details in [DragonBonesDataFormatSpec_V3.0_en.xml](https://github.com/DragonBones/DesignPanel/blob/dev/docs/DragonBonesDataFormatSpec_V3.0_en.xml) ##### Add three new properties "applyOffsetTranslationToChild", "applyOffsetRotationToChild", "applyOffsetScaleToChild" in Bone to improve animation flexibility. * These three properties can be used to switch if the Bone.offset impact its child bones.