From 6667b620d181c26b72b283bc5b9d8ebb9e96217b Mon Sep 17 00:00:00 2001 From: Prospector Date: Thu, 20 Feb 2025 18:10:41 -0800 Subject: [PATCH] Update changelog --- packages/utils/changelog.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 6f5d0c94f..122cfee49 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,14 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-02-20T18:15:00-08:00`, + product: 'web', + body: `### Improvements +- Revenue page has been updated to more clearly display pending revenue and when it will be available to withdraw. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3250)) +- Footer will now be forced to the bottom of the page on short pages. +- Styling fixes to moderation checklist proof form.`, + }, { date: `2025-02-19T22:20:00-08:00`, product: 'web',