Skip to content

v4.3.2

Compare
Choose a tag to compare
@tybug tybug released this 10 Jun 14:39
· 743 commits to master since this release
  • fix Mod instances not being comparable to ModCombination instances (eg Mod("DT") == Mod.DT was False and is now True)
  • fix mod initialization from strings not adding DT (or SD) when parsing NC (PF)
  • add Mod / ModCombination tests