Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Release notes
# Release notes

A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) version represents.

## v5

### 5.2.2 - (2026-05-08)

Fix: `Alarm.GetOccurrences(...) and `Alarm.Poll(...)` now have an
optional `endTime` parameter to limit the evaluation of occurrences.

This prevents potential performance issues when evaluating alarms with no end date or a very long recurrence pattern. If `endTime` is not provided, the methods will evaluate occurrences indefinitely until an exception is thrown or the system's maximum date is reached.

### 5.2.1 - (2026-02-09)

Fix: Stop todo evaluation at given datetime.<br/>(If a TODO had an RRULE without COUNT or UNTIL, `IsCompleted()` threw with `ArgumentOutOfRangeException`.)
Expand Down
Loading