--- a/ChangeLog.txt Wed Dec 19 20:27:35 2018 +0100
+++ b/ChangeLog.txt Wed Dec 19 20:34:07 2018 +0100
@@ -25,6 +25,7 @@
+ 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
+ + New return value: AddTeam and AddMissionTeam return team index of new 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