diff --git a/CHANGELOG.md b/CHANGELOG.md index edf146d46..78bf16d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ TombEngine releases are located in this repository (alongside with Tomb Editor): ### Bug fixes * Fixed particles remaining in the level after reloading from the savegame. * Fixed particles being canceled by fog bulbs. +* Fixed crash in case hair object is the last object in a level. +* Fixed crash with incorrectly applied animated textures on static meshes. ### Lua API changes * Added missing constructor for `Collision.Probe` without room number.