From 41b48bd353a5aaa42a29418fddae743b835fa85f Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:42:42 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index bb50c2d40..a0d31ca55 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -11,7 +11,7 @@ export type VersionEntry = { const VERSIONS: VersionEntry[] = [ { - date: `2026-01-28T13:55:00-08:00`, + date: `2026-01-28T16:45:00-08:00`, product: 'web', body: `## Improvements - Fixed some issues editing projects and updated to modern 'Save' interface for certain pages. @@ -21,7 +21,8 @@ const VERSIONS: VersionEntry[] = [ - Removed Imgur from image services that can bypass the image proxy. - Improved localization loading so that more strings are translated and translatable. - Relegated Canvas and Quilt to the 'Show more' menu due to disuse. -- Removed the blue color from the Legacy Fabric loader.`, +- Removed the blue color from the Legacy Fabric loader. +- Added Tangled as a recognized source code location.`, }, { date: `2026-01-25T13:25:00-08:00`,