Nullables in APIChangelog; Primitive changelog entries display

This commit is contained in:
HoutarouOreki
2018-07-20 23:57:46 +02:00
parent c36a303b36
commit 8d4de68c39
3 changed files with 29 additions and 8 deletions

View File

@ -83,6 +83,7 @@ namespace osu.Game.Overlays.Changelog
req.Success += res =>
{
CurrentBuild = res;
changelogContentGroup.GenerateText(CurrentBuild.ChangelogEntries);
updateChevronTooltips();
};
api.Queue(req);