You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ CHANGELOG
5
5
0.6.5 - December ?? 2013
6
6
---------------------------
7
7
8
+
* Deprecated unit.killed_by in favor of unit.killing_player
9
+
* Added unit.killed_units
10
+
* Added unit.killing_unit
11
+
* Added UnitDiedEvent.killing_player
12
+
* Added UnitDiedEvent.killing_unit
13
+
* Deprecated UnitDiedEvent.killer_pid in favor of UnitDiedEvent.killing_player_id
14
+
* Deprecated UnitDiedEvent.killer in favor of UnitDiedEvent.killing_player
8
15
* Use generic UnitType and Ability classes for data. This means no more unit._type_class.__class__.__name__. But hopefully people were not doing that anyway.
9
16
* Now a CorruptTrackerFileError is raised when the tracker file is corrupted (generally only older resume_from_replay replays)
10
17
* Removed the defunct replay.player_names attribute.
0 commit comments