diff --git a/doc/changelogs/engine/v0.5.3.md b/doc/changelogs/engine/v0.5.3.md index 23b72afe58..a76735b68e 100644 --- a/doc/changelogs/engine/v0.5.3.md +++ b/doc/changelogs/engine/v0.5.3.md @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Temporary file/directory support for Python files - More debug info in converter - More fixed-point math functions -- `setuptools` is now conditional dependency for Python >= 3.12 && Cython < 3.1 +- Dependencies + - Qt Multimedia + - `setuptools` is now conditional dependency for Python >= 3.12 && Cython < 3.1 ## Changed @@ -35,6 +37,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Logic (`libopenage/presenter/legacy`) - Data classes (texure, etc.) - Old Terrain (`libopenage/terrain`) +- Dependencies + - SDL2 + - SDL2 Image ## Fixed