From f7700acce48d04892bf138c82235dbc8ecdd818b Mon Sep 17 00:00:00 2001 From: Prospector Date: Wed, 9 Jul 2025 22:12:32 -0700 Subject: [PATCH] Updated changelog --- packages/utils/changelog.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index f1684a364..af5284ce0 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,14 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-09T22:15:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed pasted links being unnecessarily wrapped in Markdown formatting in Markdown editor. +- Added a security.txt file to the site. +- Changed the Europe location for Modrinth Servers to show as Central Europe with the flag of Germany to reflect its location better.`, + }, { date: `2025-07-08T14:00:00-07:00`, product: 'web',