diff --git a/rbx_binary/CHANGELOG.md b/rbx_binary/CHANGELOG.md index f0c7de05e..203558e5a 100644 --- a/rbx_binary/CHANGELOG.md +++ b/rbx_binary/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +* Within `PRNT` chunks, `Humanoid` instances are now linked last to avoid potential load order problems. ([#411]) + +[#411]: https://github.com/rojo-rbx/rbx-dom/pull/411 + ## 0.7.4 (2024-01-16) * Add the ability to specify a `ReflectionDatabase` to use for serializing and deserializing. This takes the form of `Deserializer::reflection_database` and `Serializer::reflection_database`. ([#375])