Skip to content

2.4.0 (2024-11-12)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 14:10
· 6 commits to develop since this release
bd14cd5

Breaking Changes

  • Make KeyValueIntHWM keys strictly integers. Previously string values could be used. (#103)
  • KeyValueHWM now has 2 required generic arguments - KeyValueHWMKeyType and KeyValueHWMValueType. This allows creating own key -> value HWM types with arbitrary key type (previously it was Any). (#103)