Skip to content

Commit 47e78d3

Browse files
committed
Update RELEASE_NOTES
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 91f2857 commit 47e78d3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111

1212
## New Features
1313

14-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14+
* Automatic creation of core data-pipeline actors, to eliminate a lot
15+
of boiler plate code. This makes it much simpler to deploy apps
16+
(#270). For example:
17+
18+
``` python
19+
async def run():
20+
await microgrid.initialize(
21+
host=HOST, port=PORT, resampler_config=ResamplerConfig(resampling_period_s=1.0)
22+
)
23+
grid_power = microgrid.logical_meter().grid_power()
24+
```
1525

1626
## Bug Fixes
1727

0 commit comments

Comments
 (0)