Update changelog

This commit is contained in:
Prospector 2025-04-12 22:06:22 -07:00
parent 59edc8d618
commit edd09b0b16

View File

@ -10,6 +10,18 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-04-12T22:10:00-07:00`,
product: 'servers',
body: `### Added
- Added ability to notify customers in the panel with notices concerning their servers.`,
},
{
date: `2025-04-12T22:10:00-07:00`,
product: 'web',
body: `### Improvements
- Fix missing dropdown icon in publishing checklist.`,
},
{
date: `2025-04-01T21:15:00-07:00`,
product: 'web',