Skip to content

Commit 2d54b6f

Browse files
committed
Add release notes for bugfixes
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent a4233ac commit 2d54b6f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010

1111
## New Features
1212

@@ -16,4 +16,8 @@
1616

1717
## Bug Fixes
1818

19-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
19+
- Two bugs in the ring buffer which is used by the `MovingWindow` class were fixed:
20+
- `len(buffer)` was not considering potentially existing gaps (areas without elements) in the buffer.
21+
- A off-by-one error in the gap calculation logic was fixed that recorded a
22+
gap when there was none if an element with a future timestamp was added that
23+
would create a gap of exactly 1.

0 commit comments

Comments
 (0)