--- a/ChangeLog.txt Wed Dec 19 05:50:02 2018 +0100
+++ b/ChangeLog.txt Wed Dec 19 19:10:42 2018 +0100
@@ -23,6 +23,8 @@
+ New call: GetMissionVar(varname): Get value of mission variable
+ New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
+ New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
+ + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
+ + New call: AddMissionHog(health): Add a hedgehog for the mission team
+ Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
+ New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
+ Params explode, poison in the SpawnFake*Crate functions now optional and default to false