Mods can register changelogs for their namespace. If more than one namespace is registered, we can show a dropdown at the very top to select the mod (use ModMetadata.name, fallback to Mod.NAMESPACE if undefined) and switch to its changelogs.
Gives more flexibility to modders so they can document their changes without affecting the game's changelog.
Mods can register changelogs for their namespace. If more than one namespace is registered, we can show a dropdown at the very top to select the mod (use
ModMetadata.name, fallback toMod.NAMESPACEifundefined) and switch to its changelogs.Gives more flexibility to modders so they can document their changes without affecting the game's changelog.