We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0def6fa commit 0d8fdb5Copy full SHA for 0d8fdb5
RELEASE_NOTES.md
@@ -1,13 +1,5 @@
1
# Frequenz Core Library Release Notes
2
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
11
## New Features
12
13
- A new `frequenz.core.enum` module was added, providing a drop-in replacement `Enum` that supports deprecating members.
@@ -27,7 +19,3 @@
27
19
status1 = TaskStatus.PENDING # Warns: "PENDING is deprecated, use OPEN instead"
28
20
assert status1 is TaskStatus.OPEN
29
21
```
30
31
-## Bug Fixes
32
33
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments