From 85c65e697d0a5866f20812098b518382579bc3b1 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:37:51 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 6a89db11..9072220a 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,14 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-18T13:40:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed non-members being informed of version and gallery editing having moved. +- Fixed being able to de-select the project type in version settings, and then getting stuck. +- Fixed some issues with non-USD gift card withdrawal.`, + }, { date: `2025-12-18T12:30:00-08:00`, product: 'web',