·
14 commits
to v1.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Frequenz Core Library Release Notes
Upgrading
- If you used
enum.DeprecatedMemberdirectly anywhere, you should probably switch to usingenum.deprecated_memberinstead, which will tag the member value with the appropriate type.
New Features
- A new
enum.deprecated_memberfunction has been added to create deprecated enum members with proper typing.
What's Changed
- Clear release notes by @llucax in #97
- Add a
deprecated_member()function to fix typing by @llucax in #98
Full Changelog: v1.2.0...v1.3.0