Skip to content

Commit

Permalink
Update Changelog.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Sep 21, 2024
1 parent d31046d commit 79f8eb2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion SomethingNeedDoing/Misc/Changelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ static void DisplayChangelog(string date, string changes, bool separator = true)
DisplayChangelog(
"2024-09-21",
"- Added artisan ipc commands\n" +
"- Added GetJobExp()\n");
"- Added GetJobExp()\n" +
"- Added GetFateIconId()\n" +
"- Added GetFateLevel()\n" +
"- Added GetFateMaxLevel()\n" +
"- Added GetFateChain()\n" +
"- Added IsLevelSynced()\n" +
"- Added GetFateEventItem()\n" +
"- Added GetFateState()\n" +
"- Added TargetClosestFateEnemy()\n");

DisplayChangelog(
"2024-09-18",
Expand Down

0 comments on commit 79f8eb2

Please sign in to comment.