From 6e1cdd57fd49b9a44a67a5947cef524ec936edfb Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 4 Feb 2024 16:59:29 +0100 Subject: [PATCH] Doc: Prepare for 14.0-beta2 release --- changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.txt b/changelog.txt index 93f314b3df..5375347c51 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,14 @@ +14.0-beta2 (2023-02-04) +------------------------------------------------------------------------ +Change: Decouple and remove landscape-dependent cargo types (#11719) +Fix #11975: Running AIs also occupy a slot (#11976) +Fix #11972: Incorrect minimum width allocated to graph (#11974) +Fix #11968: Always set string parameters to avoid undefined behavior (#11973) +Fix #11966: Scrollbar may be incorrect on first opening of text file window (#11981) +Fix #11982: Signals exist only on plain rail tiles (#11977) +Fix: Second colour vehicle-type default liveries not being updated (#11971) + + 14.0-beta1 (2023-02-03) ------------------------------------------------------------------------ Feature: Order option to unbunch vehicles at depot (#11945)