Skip to content

Commit

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

DisplayChangelog(
"2024-07-21",
"- Readded /click support for clicks that took arguments (e.g. RecipeNote Materials)\n");

DisplayChangelog(
"2024-07-11",
"- Fixed IsAddonReady erroneously returning true.\n");
Expand Down

0 comments on commit df902cd

Please sign in to comment.