From 14ec60f248547d4d062a1160f0fc26d742319888 Mon Sep 17 00:00:00 2001 From: Tyler Trahan Date: Fri, 3 Apr 2026 18:17:12 -0400 Subject: [PATCH] Update: Update changelog and bump release version for 15.3 --- CMakeLists.txt | 2 +- changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88fc01a741..2891beeb51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(NOT BINARY_NAME) endif() project(${BINARY_NAME} - VERSION 15.2 + VERSION 15.3 LANGUAGES CXX ) diff --git a/changelog.md b/changelog.md index 4a3eb9f96f..8f224f3c48 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ ## 15.x +### 15.3 (2026-04-04) + +- Fix: Conditional orders could require a maximum reliability over 100% (#15409) +- Fix: Improve appearance of toolbars and main menu images/text with some non-default base sets (#15402) +- Fix: [Script] IsBuildableRectangle for a 0x0 tile should return false (#15357) +- Fix: Desync caused by train crashes (#15338) +- Fix: Incorrect scroll bar capacity for train details window total cargo tab (#15329) +- Fix #15310: Crash caused by a helicopter running out of fuel near map edge (#15311) + ### 15.2 (2026-02-18) - Fix: Crashed zeppelin not blocking runway (#15281)