From 0facf26b0412cd81182e2b878f9b2dc1ddf89780 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:13:34 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 5ceca700e..04c00a702 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -20,6 +20,16 @@ const VERSIONS: VersionEntry[] = [ // - Adjusted pop-up design to include a border. // - Updated translations.`, // }, + { + date: `2026-02-09T07:20:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed creators being unable to edit their projects in certain cases. +- Fixed version metadata inference not working properly when uploading multiple files. +- Fixed pop-up buttons being difficult to press on mobile in some cases. +- Updated tax reporting threshold for 2026 to be $2,000. +- Updated translations.`, + }, { date: `2026-02-07T12:35:00-08:00`, product: 'web',