We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345ae4e commit 2ef88d8Copy full SHA for 2ef88d8
SomethingNeedDoing/Gui/ChangelogWindow.cs
@@ -67,6 +67,7 @@ private void AddGeneralChangelogs()
67
Add("12.14", "Added OnCleanup function for lua scripts.");
68
Add("12.15", "Added syntax highlighting to the editor");
69
Add("12.16", "Added type change ability in the editor");
70
+ Add("12.17", "Fixed Craftloop, and some action skip/waits");
71
}
72
73
private void Add(string version, string description)
0 commit comments