Skip to content

Commit 7445465

Browse files
Update Release Notes
Signed-off-by: Matthias Wende <[email protected]>
1 parent 7d78ffa commit 7445465

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ This release replaces the `@actor` decorator with a new `Actor` class.
100100

101101
- `Actor`: This new class inherits from `BackgroundService` and it replaces the `@actor` decorator.
102102

103+
- Newly added `min` and `max` functions for Formulas. They can be used as follows:
104+
105+
```python
106+
formula1.min(formula2)
107+
```
108+
103109
## Bug Fixes
104110

105111
- Fixes a bug in the ring buffer updating the end timestamp of gaps when they are outdated.

0 commit comments

Comments
 (0)