From 5b7f0250947bc71ed30619746945721d83d1e418 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:17:16 -0700 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 9d8f25d2..da6a08cd 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,14 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-09-01T16:20:00-07:00`, + product: 'web', + body: `### Improvements +- Significantly improved the performance of certain project pages. +- Strings in Markdown descriptions that look like domain names or IP addresses will no longer automatically be converted to links, such as \`README.md\`. +- Fixed project environment settings sometimes showing the wrong warning/info message.`, + }, { date: `2025-08-31T17:15:00-07:00`, product: 'web',