Skip to content

Commit dbaeabe

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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.
25+
- `OutputStreamHandle::play_raw` has been removed, instead use `OutputStream.mixer().add()`.
2426
- The output stream is now more configurable. Where you used
2527
`OutputStream::try_default()`, you need to change to either:
2628
- *(recommended)* `OutputStreamBuilder::open_default_stream()?` which

0 commit comments

Comments
 (0)