From 06e2f59a94d0223df3aeeba545bdffca4254cb9b Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:54:17 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 727d74110..3c363b3b8 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,15 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-02-04T15:00:00-08:00`, + product: 'web', + body: `## Improvements +- Adjusted pop-up design to include a border. +- Changed Russian and Italian to always use numeric relative dates. +- Made category headers translatable. +- Fixed issue withdrawing gift cards in other currencies.`, + }, { date: `2026-02-03T09:15:00-08:00`, product: 'web',