From 4adbd0b8432f08039989fc21f792a8d145a4eee5 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:19:10 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 2b47d4e77..4a3011513 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-09T16:25:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed users running into ratelimiting issues due to the pre-fetching in discover pages. +- Fixed there being no gap between projects and collections on user profiles.`, + }, { date: `2026-02-09T07:40:00-08:00`, product: 'web',