From 2d8420131d5f5bfa8d3e46758517fda2ccd6096d Mon Sep 17 00:00:00 2001 From: Prospector Date: Thu, 26 Jun 2025 10:45:48 -0700 Subject: [PATCH] Update changelog --- packages/utils/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index b0bde3b77..944eb4f0d 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-06-26T11:00:00-07:00`, + product: 'servers', + body: `### Improvements +- Fixed support bubble overlapping notifications sometimes. +- Fixed race condition when creating backups.`, + }, + { + date: `2025-06-26T11:00:00-07:00`, + product: 'web', + body: `### Added +- Added a dismissable Modrinth Servers promotion to project Download interface to inform users of the service's availability. + +### Improvements +- Added colors for the newly added legacy mod loaders +- Improved file upload error message in some places.`, + }, { date: `2025-06-16T11:00:00-07:00`, product: 'web',