Update changelog

This commit is contained in:
Prospector 2025-03-05 17:36:59 -08:00
parent 2b7378bd64
commit d51a1c47c7

View File

@ -10,6 +10,12 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-03-05T17:40:00-08:00`,
product: 'web',
body: `### Improvements
- Fixed moderation-end pages failing under edge cases.`,
},
{ {
date: `2025-03-05T12:40:00-08:00`, date: `2025-03-05T12:40:00-08:00`,
product: 'web', product: 'web',