From edf26d060cefecdd48189b4a8426f03783172533 Mon Sep 17 00:00:00 2001 From: heinezen Date: Sat, 23 Dec 2023 00:51:11 +0100 Subject: [PATCH] doc: Mention added/removed dependencies in changelog. --- doc/changelogs/engine/v0.5.3.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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