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
doc(duplex): I think this change is only potentially breaking. At this point, the default impl for build_duplex_stream_raw should mean this is not a breaking change, but just calling this out
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Changed
21
21
22
-
-**BREAKING**: `DeviceTrait` now includes `build_duplex_stream()` and `build_duplex_stream_raw()` methods. The default implementation returns `StreamConfigNotSupported`, so external implementations are compatible without changes.
22
+
-**POTENTIALLY BREAKING**: `DeviceTrait` now includes `build_duplex_stream()` and `build_duplex_stream_raw()` methods. The default implementation returns `StreamConfigNotSupported`, so external implementations are compatible without changes.
23
23
- Overall MSRV increased to 1.78.
24
24
-**ALSA**: Update `alsa` dependency from 0.10 to 0.11.
25
25
-**ALSA**: MSRV increased from 1.77 to 1.82 (required by alsa-sys 0.4.0).
0 commit comments