Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Feb 25, 2025
1 parent f357275 commit 90def72
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/utils/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ export type VersionEntry = {
}

const VERSIONS: VersionEntry[] = [
{
date: `2025-02-25T10:20:00-08:00`,
product: 'servers',
body: `### Improvements
- Fixed server upgrades being allowed when out of stock, despite warning.`,
},
{
date: `2025-02-25T10:20:00-08:00`,
product: 'web',
body: `### Improvements
- Moved Minecraft brand disclaimer to bottom of footer.
- Improved clarity of the ongoing revenue period footnote on the Revenue page.
- Fixed collections without a summary being unable to be edited.`,
},
{
date: `2025-02-21T13:30:00-08:00`,
product: 'web',
Expand Down

0 comments on commit 90def72

Please sign in to comment.