Skip to content

Commit

Permalink
mention playback feature in upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk committed Dec 31, 2024
1 parent 1d01704 commit ea45c17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ This guide will help you update your code when upgrading from older versions of

# rodio 0.20.1 or earlier to current GitHub version

## Features
- If you use disable the rodio features with `default_features = false` in
`Cargo.toml` you need to add a new feature `playback`.

## Source implementations
- Source had a required method `current_frame_len`. In the latest version of rodio *frame* has been renamed to *span*. You will need to change every occurrence of `current_frame_len` to `current_span_len`.

Expand Down

0 comments on commit ea45c17

Please sign in to comment.