Skip to content

Commit 8d9d6b7

Browse files
authored
Clear release notes (#101)
2 parents 3bc144e + 4ec8247 commit 8d9d6b7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Frequenz Core Library Release Notes
22

3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
6+
37
## Upgrading
48

5-
- If you used `enum.DeprecatedMember` directly anywhere, you should probably switch to using `enum.deprecated_member` instead, which will tag the member value with the appropriate type.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
610

711
## New Features
812

9-
- A new `enum.deprecated_member` function has been added to create deprecated enum members with proper typing.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
14+
15+
## Bug Fixes
16+
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)