From e79c6b2e09b314c9fbb979f30ea055c6aa6475c4 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 8 Apr 2024 23:09:18 +0200 Subject: [PATCH] chore: update changelog --- src/data/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/changelog.ts b/src/data/changelog.ts index 6c13e8f6a..c433766d3 100644 --- a/src/data/changelog.ts +++ b/src/data/changelog.ts @@ -442,6 +442,12 @@ const changelog: IChangelogVersion[] = [ '[Live Announcements] Add toggle to include services with unconfirmed platforms on departure board', ], }, + { + date: '2024-04-04', + additions: ['[Amey Phil & Celia] Add bodged LNER TOC files', '[Amey Phil & Celia] Add 1st class location option'], + fixes: ['[Live Announcements] Don\'t announce pick-up only stops within "calling at"'], + otherChanges: ['Migrated from GitHub Pages to Cloudflare R2 (for audio storage) and Pages (for the website)'], + }, ] export default changelog