Update changelog

This commit is contained in:
Prospector 2025-07-15 08:15:15 -07:00
parent 2cc6bc8ce4
commit e15fa35bad

View File

@ -10,6 +10,12 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-07-15T08:20:00-07:00`,
product: 'web',
body: `### Improvements
- Fixed gallery images from overflowing with long words in their descriptions.`,
},
{ {
date: `2025-07-09T22:15:00-07:00`, date: `2025-07-09T22:15:00-07:00`,
product: 'web', product: 'web',