From 1362aeea161c4864a8d757bf62f0def5661e2082 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Sat, 13 Dec 2025 14:00:00 +0000 Subject: [PATCH] Update: Changelog for 15.0-RC2 --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index abffc66e21..1aae1b0844 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ ## 15.x +### 15.0-RC2 (2025-12-13) + +- Fix #14677: Desync due to using newgame time settings to validate savegame time settings (#14904) +- Fix: Graph label allocated size could be too small (#14901) +- Fix #14891: Minimum sprite zoomlevel could break in some cases showing placeholder sprites instead (#14894) +- Fix #14889: [FluidSynth] Don't try to load a soundfont that doesn't exist (#14890) +- Revert: Dynamic font loading changes removed (#14903) + ### 15.0-RC1 (2025-12-07) - Feature: Automatically load extra fonts for missing glyphs (#13303, #14856)