Skip to content

Commit 1d5c0d8

Browse files
committed
docs: correct changelog entry for stream_from_cdn
1 parent ba3d501 commit 1d5c0d8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since v0.2.0.
77

8-
## [Unreleased] - YYYY-MM-DD
8+
## [0.7.0] - Unreleased
99

1010
### Changed
1111

1212
- [core] MSRV is now 1.81 (breaking)
1313
- [core] AP connect and handshake have a combined 5 second timeout.
14-
- [core] `stream_from_cdn` now accepts the URL as a `&str` instead of `CdnUrl` (breaking)
14+
- [core] `stream_from_cdn` now accepts the URL as `TryInto<Uri>` instead of `CdnUrl` (breaking)
1515
- [connect] Replaced `has_volume_ctrl` with `disable_volume` in `ConnectConfig` (breaking)
1616
- [connect] Changed `initial_volume` from `Option<u16>` to `u16` in `ConnectConfig` (breaking)
1717
- [connect] Replaced `SpircLoadCommand` with `LoadRequest`, `LoadRequestOptions` and `LoadContextOptions` (breaking)
@@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252
- [player] Saturate invalid seek positions to track duration
5353
- [audio] Fall back to other URLs in case of a failure when downloading from CDN
5454
- [core] Metadata requests failing with 500 Internal Server Error
55+
- [player] Rodio backend did not honor audio output format request
5556

5657
### Deprecated
5758

@@ -398,7 +399,8 @@ v0.4.x as a stable branch until then.
398399

399400
## [0.1.0] - 2019-11-06
400401

401-
[unreleased]: https://github.com/librespot-org/librespot/compare/v0.6.0...HEAD
402+
[unreleased]: https://github.com/librespot-org/librespot/compare/v0.7.0...HEAD
403+
[0.7.0]: https://github.com/librespot-org/librespot/compare/v0.5.0...v0.7.0
402404
[0.6.0]: https://github.com/librespot-org/librespot/compare/v0.5.0...v0.6.0
403405
[0.5.0]: https://github.com/librespot-org/librespot/compare/v0.4.2...v0.5.0
404406
[0.4.2]: https://github.com/librespot-org/librespot/compare/v0.4.1...v0.4.2

0 commit comments

Comments
 (0)