Skip to content

Commit ecf6189

Browse files
committed
UPGRADE.md note removal of outputstreamhandle
1 parent 4443a2a commit ecf6189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UPGRADE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ No changes are required.
2121
features in `Cargo.toml` for respectively FLAC, WAV and Ogg Vorbis.
2222

2323
## OutputStream
24+
- `OutputStreamHandle` no longer exists, you can remove it from your code.
2425
- The output stream is now more configurable. Where you used
2526
`OutputStream::try_default()`, you need to change to either:
2627
- *(recommended)* `OutputStreamBuilder::open_default_stream()?` which

0 commit comments

Comments
 (0)