diff --git a/changelog/3.87/CHANGELOG-v3.87.md b/changelog/3.87/CHANGELOG-v3.87.md index 12f6c5b95..33d430bdd 100644 --- a/changelog/3.87/CHANGELOG-v3.87.md +++ b/changelog/3.87/CHANGELOG-v3.87.md @@ -2,6 +2,7 @@ ## Updates +* The Particle Animation State is now optional. A Particle will not create an Animation State controller unless the `anim` property exists within the emitter configuration. By not creating the controller it leads to less memory overhead and a much faster clean-up time when destroying particles. Fix #6482 (thanks @samme) ## Bug Fixes