From 83796890a21850fc1cfff8b05d374a3194679706 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 22 Nov 2023 17:38:57 +0100 Subject: [PATCH] [csharp] Added changelog entry for breaking changes related to MixAttachmentThreshold. See commit 5d9b361. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e694618f..1a1ae531b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,10 @@ ## C# * **Additions** + ** Added [`TrackEntry.AlphaAttachmentThreshold`](http://esotericsoftware.com/spine-api-reference#TrackEntry-alphaAttachmentThreshold). + * **Breaking changes** + * Renamed `TrackEntry` `AttachmentThreshold` to `MixAttachmentThreshold`, renamed `DrawOrderThreshold` to `MixDrawOrderThreshold`. ### Unity