Skip to content

Commit 19da0e8

Browse files
committed
Update release notes
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 5c98eb9 commit 19da0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
* A new class `SerializableRingbuffer` is now available, extending the `OrderedRingBuffer` class with the ability to load & dump the data to disk.
1414
* Add the `run(*actors)` function for running and synchronizing the execution of actors. This new function simplifies the way actors are managed on the client side, allowing for a cleaner and more streamlined approach. Users/apps can now run actors simply by calling run(actor1, actor2, actor3...) without the need to manually call join() and deal with linting errors.
15+
* The datasourcing actor now automatically closes all sending channels when the input channel closes.
1516

1617
## Bug Fixes
1718

0 commit comments

Comments
 (0)