From 63b5a718325aa1fcb4051735bffe67c946f3ecbd Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 2 Jun 2025 12:01:46 +0200 Subject: [PATCH] update the changelog --- Handbook/src/appendix/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 80088919..a12593f0 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resolved GNU/Linux build issues for Unreal Engine `5.5` and `5.6` caused by incorrect linkage to GNU/GCC's `libstdc++` instead of LLVM/Clang's `libc++`. - Fix `SGLog` build issues on GNU/Linux with UE `5.6`. - Fix type conversion safety and consistency issues across all `SGLog` formatters. +- Additional minor fixes and improvements that may not be listed here. ### Removed @@ -32,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Revised the outdated [Plugin Directory Structure](./directory-structure.html) section to accurately reflect the latest changes to the `Source/ThirdParty` directory layout changes. - Lock the [mdbook](https://github.com/rust-lang/mdBook) crate version to `v0.49.0` to avoid layout issues introduced with `v0.50.0`. +- Additional minor fixes and improvements that may not be listed here. ## [2.5.0] - 2025-05-09