Skip to content

v2.0rc1

Choose a tag to compare

@github-actions github-actions released this 21 Dec 00:12
· 36 commits to master since this release
v2.0rc1
4c4af61

Falsifier v2.0rc1 (2024-12-21)

Deprecations and Removals

  • Remove immutability on Falsifier class as it may cause metaclass conflicts
    on derived classes. Developers may use a separate mixin, such as
    frigid.ImmutableObject to achieve immutability on derived classes.