-------------------
Fix: Discrete use and attack now affect the inventory. (247)
Fix: Rewards would occasionally get doubled. (275)
Fix: Stopped mobs spawing illegally. (280)
New: Added has_mission_begun flag to world state, to solve problems with short missions. (118, 236)
Fix: [BREAKING CHANGE] Rewards now sent as simple strings rather than XML, for speed - changes recorded rewards format. (261)
New: ALEAgentHost.setSeed allows ALE experiments to be seeded. (254)
Fix: No longer need a fresh MissionRecordSpec for each call to startMission. (256)
New: [BREAKING CHANGE] MissionRecordSpec.getTemporaryDirectory() now moved to AgentHost.getRecordingTemporaryDirectory().
New: MALMO_TEMP_PATH environment variable now used to determine where temp recording files are created. (21)
New: TimestampedFrame now includes xPos,yPos,zPos,yaw and pitch information. (257, 250, 231)