Skip to content

Commit 0d8fdb5

Browse files
committed
Prepare release notes for a release
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0def6fa commit 0d8fdb5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Frequenz Core Library Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
113
## New Features
124

135
- A new `frequenz.core.enum` module was added, providing a drop-in replacement `Enum` that supports deprecating members.
@@ -27,7 +19,3 @@
2719
status1 = TaskStatus.PENDING # Warns: "PENDING is deprecated, use OPEN instead"
2820
assert status1 is TaskStatus.OPEN
2921
```
30-
31-
## Bug Fixes
32-
33-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)