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 5aa05de commit 74b1f33Copy full SHA for 74b1f33
RELEASE_NOTES.md
@@ -1,9 +1,5 @@
1
# Frequenz Microgrid API Client Release Notes
2
3
-## Summary
4
-
5
-<!-- Here goes a general summary of what this release is about -->
6
7
## Upgrading
8
9
- Now component and microgrid IDs are wrapped in new classes: `ComponentId` and `MicrogridId` respectively.
@@ -16,11 +12,3 @@
16
12
- Ensuring proper hash behavior in collections.
17
13
18
14
To migrate you just need to wrap your `int` IDs with the appropriate class: `0` -> `ComponentId(0)` / `MicrogridId(0)`.
19
20
-## New Features
21
22
-<!-- Here goes the main new features and examples or instructions on how to use them -->
23
24
-## Bug Fixes
25
26
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments