Skip to content

Commit 4eb4e3c

Browse files
authored
docs: fix duplicate entry in changelog (#15)
1 parent 8d33cda commit 4eb4e3c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- **Breaking Change**: Removed the executor pattern from `Calendar` class. The `executor` attribute and the `run()` method are no longer available.
88
- **Breaking Change**: `Calendar.events()` method returns the list of queued events. The async iterator is now implemented within the `Calendar` class (`__aiter__` and `__anext__`). The `Calendar` class can now be used directly in `async for` loops.
99
- **Breaking Change**: The queue is no longer automatically cleared before starting to iterate over events. Previously, calling the async iterator would clear any pending events; now existing events are preserved.
10-
- Simplified the `Calendar` API by removing the experimental executor pattern in favor of always using async iteration
1110

1211
### Updated
1312

0 commit comments

Comments
 (0)