From a8727d9a68873f1ed8f7e9544cd6e1e36ac087eb Mon Sep 17 00:00:00 2001 From: Prospector Date: Wed, 19 Feb 2025 22:14:27 -0800 Subject: [PATCH] Updated changelog with Feb 19 update --- packages/utils/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 09d9d06c2..6f5d0c94f 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-02-19T22:20:00-08:00`, + product: 'web', + body: `### Added +- All-new site footer with more links, better organization, and a new aesthetic. + +### Improvements +- Added Dallas location to Modrinth Servers landing page. +- Updated staff moderation checklist to be more visually consistent and more dynamic.`, + }, { date: `2025-02-18T14:30:00-08:00`, product: 'servers',