From caa08eb94d659e1e2b8ab50fd5e73c77c7e8da5f Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 4 Jun 2025 01:59:46 +0200 Subject: [PATCH] deprecate ue 5.3 support --- Handbook/src/appendix/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index ac546e02..729b4c52 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -36,6 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dropped support for Epic Native Toolchain `v24`, which was last shipped with the preview release of UE `5.6`, but has been removed from the `5.6` branch on GitHub. +### Deprecated + +- This is the last minor release to support Unreal Engine `5.3` and its support will be removed from the next minor or major releases. + ### Documentation - Revised the outdated [Plugin Directory Structure](./directory-structure.html) section to accurately reflect the latest changes to the `Source/ThirdParty` directory layout changes.