changelog

This commit is contained in:
Prospector
2025-12-22 14:15:25 -08:00
parent 88635d8da8
commit 11a75e7657

View File

@@ -10,6 +10,12 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-12-22T14:20:00-08:00`,
product: 'web',
body: `## Improvements
- Fixed error when withdrawing in certain circumstances.`,
},
{ {
date: `2025-12-22T12:55:00-08:00`, date: `2025-12-22T12:55:00-08:00`,
product: 'app', product: 'app',