Update changelog

This commit is contained in:
Prospector 2025-03-25 09:22:51 -07:00
parent 6b98655069
commit ffc69dbaba

View File

@ -10,6 +10,19 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-03-24T22:30:00-08:00`,
product: 'servers',
body: `### Improvements
- Fixed server plugin loaders not being populated when browsing for plugins
- Fixed modpack search being filtered by Minecraft version when browsing for modpacks.`,
},
{
date: `2025-03-24T22:30:00-08:00`,
product: 'web',
body: `### Improvements
- Improved error handling, especially when the Modrinth API is down.`,
},
{
date: `2025-03-13T19:30:00-08:00`,
product: 'web',