You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,7 @@
8
8
- Guarantee that each `...Event` struct can only hold a `InputEvent` of the corresponding `EventType`
9
9
- Demonstrate what the `FFEvent` does in the `force_feedback` example.
10
10
11
-
-`&AttributeSetRef` and `&mut AttributeSetRef` now implement `Default`.
12
11
-`Device`, `RawDevice`, and `VirtualDevice` now implement `AsFd`.
13
-
-`&AttributeSetRef` now implements `IntoIterator`.
14
-
-`AttributeSet` now implements `FromIterator<&T>`.
15
12
16
13
### Changed
17
14
- Removed the `evdev::Error` type - fallible functions now just return `io::Error`.
@@ -33,6 +30,20 @@
33
30
### Fixed
34
31
- Update `VirtualDevice::fetch_events` to yield `InputEvent`s instead of `UInputEvent`s. That was a bug which was not accounted for be the type system. Yielding `UInputEvent`s there will now panic.
0 commit comments