From 39783c93b00383ab8c8c1c402007d82e162f2d75 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Tue, 19 Dec 2023 21:16:30 +0000 Subject: [PATCH] chore: update changelog --- src/data/changelog.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/changelog.ts b/src/data/changelog.ts index 3dbd614b3..876fe84c0 100644 --- a/src/data/changelog.ts +++ b/src/data/changelog.ts @@ -320,6 +320,10 @@ const changelog: IChangelogVersion[] = [ "[Amey Live Trains] Manual override for some via points (e.g. 'via Cobham' will be announced correctly now)", ], }, + { + date: '2023-12-19', + otherChanges: ['Website styling changes and reorganisation', 'Use RA2 font for website'], + }, ] export default changelog