From 3dd2de5f18d9fe96be88d6f34252852c01e06aa4 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:18:26 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index ebb39fd4..2db14893 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,22 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-09T18:25:00-08:00`, + product: 'hosting', + body: `## Improvements +- Fixed some issues with the content list when disabling content. +- Improved the design of server notices.`, + }, + { + date: `2025-12-09T18:25:00-08:00`, + product: 'web', + body: `## Improvements +- Moved search pages to /discover/. +- Updated collections page design to be more modern. +- Fixed some inconsistencies with collection icons around the site. +- Fixed some issues with the revenue balance bar.`, + }, { date: `2025-12-08T10:30:00-08:00`, product: 'web',