From 4c99e379f2be889a1945ef4a3a5a187eea0fd64d Mon Sep 17 00:00:00 2001 From: Prospector Date: Fri, 21 Feb 2025 13:20:18 -0800 Subject: [PATCH] Update changelog for Feb 21st release --- packages/utils/changelog.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 122cfee49..9d9a6a859 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,15 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-02-21T13:30:00-08:00`, + product: 'web', + body: `### Improvements +- Collections are now sorted by creation date. (Contributed by [worldwidepixel](https://github.com/modrinth/code/pull/3286)) +- Collections are no longer required to have summaries. (Contributed by [Erb3](https://github.com/modrinth/code/pull/3281)) +- Fixed padding issue on revenue page. +- Fixed last modified date on Rewards Program Info page. (Contributed by [IMB11](https://github.com/modrinth/code/pull/3287))`, + }, { date: `2025-02-20T18:15:00-08:00`, product: 'web',