Skip to content

Commit d6ae901

Browse files
committed
Update RELEASE_NOTES.md
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent fbaeab9 commit d6ae901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ New `Quantity` types! These types can have units (power, current, voltage, etc.)
3737
- Two bugs in the ring buffer which is used by the `MovingWindow` class were fixed:
3838
- `len(buffer)` was not considering potentially existing gaps (areas without elements) in the buffer.
3939
- A off-by-one error in the gap calculation logic was fixed that recorded a gap when there was none if an element with a future timestamp was added that would create a gap of exactly 1.
40+
41+
- A formula engine lifetime issue, when creating higher order formula receivers without holding on to a reference to the engine, was fixed.

0 commit comments

Comments
 (0)