From 9fa490aa6a1e3e8dad98679cdef82a4123e4c0fb Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:45:13 -0700 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index eaeed37a8..f25d82cd7 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-08-31T11:50:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed mods with datapack or plugin versions being unable to set environment. +- Fixed users getting empty notifications for messages they can't see.`, + }, { date: `2025-08-31T10:35:00-07:00`, product: 'web',