1
0

Updated changelog

This commit is contained in:
Prospector
2025-02-16 19:04:11 -08:00
parent bbb917c405
commit 4851f18079
2 changed files with 19 additions and 3 deletions

View File

@@ -10,6 +10,18 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-02-16T19:10:00-08:00`,
product: 'web',
body: `### Improvements
- Fixed spacing issue on confirmation modals.`,
},
{
date: `2025-02-16T19:10:00-08:00`,
product: 'servers',
body: `### Improvements
- Check for availability before allowing a server upgrade.`,
},
{
date: `2025-02-12T19:10:00-08:00`,
product: 'web',