You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
Most notable feature is the addion of the CLI/REPL client.
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 -->
6
10
7
11
## New Features
8
12
9
-
* A CLI/REPL client was added. Run it using `python -m frequenz.client.dispatch` or just `dispatch-cli` if the package was installed in your path. Use the `--help` parameter to get an overview of the available commands.
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
10
14
11
15
## Bug Fixes
12
16
13
-
* Fixed that client.update() was ignoring updates to "payload".
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments