From 0c58b5b83d4435964c2df316a133d3680b8d98f5 Mon Sep 17 00:00:00 2001 From: Prospector Date: Sun, 2 Mar 2025 18:40:55 -0800 Subject: [PATCH] Update changelog --- packages/utils/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 35b2be34c..06f185cd5 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-03-02T18:45:00-08:00`, + product: 'website', + body: `### Improvements +- Added option to copy version IDs from the version list for project members and developer mode. +- Fixed the staff moderation checklist going off the screen.`, + }, { date: `2025-02-25T10:20:00-08:00`, product: 'servers',