Skip to content

Commit 665cc12

Browse files
committed
Make note of the additional changes in the log.
1 parent 6d13524 commit 665cc12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ CHANGELOG
44
0.7.0 -
55
---------------------------
66

7+
* Now a CorruptTrackerFileError is raised when the tracker file is corrupted (generally only older resume_from_replay replays)
78
* Added replay.resume_from_replay flag. See replay.resume_user_info for additional info.
89
* PacketEvent is now ProgressEvent.
910
* SetToHotkeyEvent is now SetControlGroupEvent.
1011
* AddToHotkeyEvent is now AddToControlGroupEvent.
1112
* GetFromHotkeyEvent is now GetControlGroupEvent.
1213
* PlayerAbilityEvent is no longer part of the event hierarchy.
14+
* AbilityEvent doubled as both an abstract and concrete class (very bad, see #160). Now split into:
15+
* AbilityEvent is now CommandEvent
16+
* AbilityEvent is now BasicCommandEvent
17+
* TargetAbilityEvent is now TargetUnitCommandEvent
18+
* LocationAbilityEvent is now TargetPointCommandEvent
19+
* Removed the defunct replay.player_names attribute.
1320
* event.name is no longer a class property; it can only be accessed from an event instance.
1421
* PingEvents now have new attributes:
1522
* event.to_all - true if ping seen by all

0 commit comments

Comments
 (0)