Skip to content

Commit

Permalink
Update changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jul 11, 2024
1 parent 0f707c6 commit 811372c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changes.d/5928.break.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed behaviour of `initial cycle point = next(...)` which could result in a time in the past, and equivalently for `previous()`. E.g. if the current time is `2024-01-01T12:30Z`, `next(--01-01)` now evaluates to `2025-01-01T00:00Z` instead of `2024-01-01T00:00Z`.

0 comments on commit 811372c

Please sign in to comment.