From 73ff6df73c15d3b70a15dfb24bc075e762057575 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:07:09 -0800 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index c0fff74bc..81e00bcce 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -11,20 +11,22 @@ export type VersionEntry = { const VERSIONS: VersionEntry[] = [ { - date: `2025-12-11T16:05:00-08:00`, + date: `2025-12-11T16:15: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-11T16:05:00-08:00`, + date: `2025-12-11T16:15: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.`, +- Fixed some issues with the revenue balance bar. +- Fixed the width of news articles on the landing page. +- Made game versions automatically update.`, }, { date: `2025-12-08T10:30:00-08:00`,