Skip to content

Commit

Permalink
Update Changelog.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Aug 23, 2024
1 parent 055db2b commit d40dc23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SomethingNeedDoing/Misc/Changelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ static void DisplayChangelog(string date, string changes, bool separator = true)
}
using var font = ImRaii.PushFont(UiBuilder.MonoFont);

DisplayChangelog(
"2024-08-23",
"- Added GetFateStartTimeEpoch()\n" +
"- Added GetFateName()\n" +
"- Added GetFateIsBonus()\n +" +
"- Added GetFateNpcObjectId()\n");

DisplayChangelog(
"2024-08-21",
"- Added LifestreamAethernetTeleport()\n" +
Expand Down

0 comments on commit d40dc23

Please sign in to comment.