Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Dec 18, 2023
2 parents c726001 + b57861a commit 386fbf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ const changelog: IChangelogVersion[] = [
date: '2023-12-12',
additions: ['[LNER Azuma] Add Azuma announcement system', '[Amey Celia & Phil] Add approaching train option'],
},
{
date: '2023-12-18',
additions: ['[Amey Phil & Celia] Add missing Hampton Wick and West Ham stations'],
fixes: [
"[Amey Live Trains] Don't announce unadvertised stops (e.g. City Thameslink AC/DC switchover after it closes)",
"[Amey Live Trains] Manual override for some via points (e.g. 'via Cobham' will be announced correctly now)",
],
},
]

export default changelog

0 comments on commit 386fbf2

Please sign in to comment.