diff --git a/Handbook/GNUmakefile b/Handbook/GNUmakefile index 1dd892cd..17c8e1e2 100644 --- a/Handbook/GNUmakefile +++ b/Handbook/GNUmakefile @@ -123,7 +123,7 @@ SG_PLUGIN_PLATFORM_SUPPORT_MATRIX_FILE := $(SG_PLUGIN_DIR)/PLATFORM_SUPPORT_M # Rust/Cargo Settings ################################################################################ -RUST_TOOLCHAIN_VERSION := 1.93.0 +RUST_TOOLCHAIN_VERSION := 1.95.0 ################################################################################ # Version and Build Information diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 3730ce52..12682f03 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Documentation + +- Additional minor fixes and improvements that may not be listed here. + ## [2.8.1] - 2026-05-11 This patch release brings minor non-breaking improvements for Blueprint and the Unreal Editor.