From 620461494c6dcd368737a4167a1de16a0beffec1 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Mar 2017 06:43:01 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff9567fd..f7e56ed8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,8 @@ ### Unreal Engine 4 * Fixed renderer to work with 3.6 changes -## C\# +C# +---- * **Breaking changes** * `MeshAttachment.parentMesh` is now a private field to enforce using the `.ParentMesh` setter property in external code. The `MeshAttachment.ParentMesh` property is an appropriate replacement wherever `.parentMesh` was used.