Skip to content

Commit 7ada5cf

Browse files
Udpate release notes
Signed-off-by: Elzbieta Kotulska <[email protected]>
1 parent f8bb20a commit 7ada5cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- Replace `Quantity` and its sub-classes (`Power`, `Current`, etc.) in the `frequenz.sdk.timeseries` module with the external
10+
[`frequenz-quantities`](https://pypi.org/project/frequenz-quantities/) package. Please add the new library as a dependency
11+
and adapt your imports if you are using these types.
12+
- The `QuantityT` has been moved to the `frequenz.sdk.timeseries._base_types` module.
13+
- The `QuantityT` doesn't include itself (`QuantityT`) anymore.
1014

1115
## New Features
1216

0 commit comments

Comments
 (0)