Skip to content

Commit 95278cd

Browse files
committed
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
1 parent ca93b20 commit 95278cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Changed
2121

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.
2323
- Overall MSRV increased to 1.78.
2424
- **ALSA**: Update `alsa` dependency from 0.10 to 0.11.
2525
- **ALSA**: MSRV increased from 1.77 to 1.82 (required by alsa-sys 0.4.0).

0 commit comments

Comments
 (0)