diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 04c00a702..2b47d4e77 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -20,6 +20,13 @@ const VERSIONS: VersionEntry[] = [ // - Adjusted pop-up design to include a border. // - Updated translations.`, // }, + { + date: `2026-02-09T07:40:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed tabs on project pages not working properly sometimes, displaying a highlight on the wrong tab. +- Fixed iframes in descriptions removing all query parameters, even ones that it's supposed to allow.`, + }, { date: `2026-02-09T07:20:00-08:00`, product: 'web',