Update: Update changelog and bump release version for 15.3

This commit is contained in:
Tyler Trahan
2026-04-03 18:17:12 -04:00
committed by Peter Nelson
parent c1ebd8b19c
commit 14ec60f248
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if(NOT BINARY_NAME)
endif() endif()
project(${BINARY_NAME} project(${BINARY_NAME}
VERSION 15.2 VERSION 15.3
LANGUAGES CXX LANGUAGES CXX
) )
+9
View File
@@ -1,5 +1,14 @@
## 15.x ## 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) ### 15.2 (2026-02-18)
- Fix: Crashed zeppelin not blocking runway (#15281) - Fix: Crashed zeppelin not blocking runway (#15281)