changelog

This commit is contained in:
Prospector
2025-12-05 11:56:19 -08:00
parent 41e4086973
commit 56356e8260

View File

@@ -10,6 +10,13 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-12-05T12:00:00-08:00`,
product: 'hosting',
body: `## Improvements
- Implemented some feedback from the new backups page.
- Improved node error handling.`,
},
{ {
date: `2025-12-03T18:40:00-08:00`, date: `2025-12-03T18:40:00-08:00`,
product: 'hosting', product: 'hosting',