Skip to content

Commit

Permalink
fix upgrade guide header
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk committed Dec 29, 2024
1 parent 7e28f30 commit 46a13e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This guide will help you update your code when upgrading from older versions of rodio.

# rodio 0.20 to 0.21
# rodio 0.20.1 or earlier to current GitHub version

## 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 46a13e6

Please sign in to comment.