File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.5.0
4+
5+ ### Breaking Changes
6+
7+ - ` EffectKind ` no longer implements ` Eq ` .
8+ - ` Effect::kind() ` now returns ` EffectKind ` instead of ` Option<EffectKind> ` .
9+ - ` UnknownVariant ` error type is now called ` ParseVariantError ` .
10+ - The ` From<UnknownVariant> for io::Error ` implementation has been removed.
11+ - ` Effect::direction() ` now uses a ` Direction ` wrapper type.
12+ - The ` log ` functionality is now hidden behind a ` "log" ` Cargo feature (enabled by default).
13+ - ` Evdev::set_X_mask ` now accepts an ` impl IntoIterator ` argument rather than a ` &BitSet<V> ` .
14+ - ` EventKind::Other ` has been renamed and hidden, and no longer part of the public API.
15+ - Previously deprecated APIs have been removed.
16+
17+ ### Other Changes
18+
19+ - ` Condition ` -based force-feedback effects (` Spring ` , ` Friction ` , …) now have explicit constructors
20+ in addition to the ` From ` implementations.
21+
322## v0.4.6
423
524### Fixes
You can’t perform that action at this time.
0 commit comments