Skip to content

Commit 9b9c57d

Browse files
committed
Updated changelog.
1 parent b1402fb commit 9b9c57d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
altered in a breaking way. MSRV is bumped to 1.49.
88
- **Breaking:** `generic::Fd` adapter is removed, as since that rust version `RawFd` implements
99
`AsRawFd`, allowing it to be used directly in `Generic`.
10+
- **Breaking:** The `EventSource` trait has a new associated type `Error`. This determines the type
11+
of the error variant returned by `EventSource::process_events()`. It must be convertible into
12+
`Box<dyn std::error::Error>`.
13+
- **Breaking:** All library-provided event sources now have their own error types for the
14+
associated `Error` type on the `EventSource` trait.
15+
- **Breaking:** Many API functions now use Calloop's own error type (`calloop::Error`) instead of
16+
`std::io::Error` as the error variants of their returned results.
1017

1118
## 0.9.2 -- 2021-12-27
1219

0 commit comments

Comments
 (0)