Skip to content

v3.7.0: June 20204 Update

Compare
Choose a tag to compare
@lukasthaler lukasthaler released this 17 Jun 19:57
· 59 commits to master since this release
6dbb043

Additions:

  • Added inheritance of classes into the docs to make it easier to see what classes inherit from others.
  • Added the new BattleModifier to ClanWar.battle_modifier and ClanWarLogEntry.battle_modifier.
  • Added the new troop and equipment in June 2024 update to the static data.

Changes:

  • Changed the way the ClanWar and ClanWarLogEntry classes handles the state and result
    attribute, respectively. It now returns a WarState/WarResult enumeration object instead of a string
    to allow better type hinting and easier comparison.
  • Updated the static data to reflect the June 2024 update changes.