Update changelog (#1176)

This commit is contained in:
Jarkko Lehtoranta 2023-07-19 14:57:44 +03:00
parent c60c4f4c8c
commit b1c6641723
No known key found for this signature in database
GPG key ID: E539048C587D1F09

View file

@ -36,6 +36,9 @@ https://github.com/librespot-org/librespot
- [all] `chrono` replaced with `time` (breaking)
- [all] `time` updated (CVE-2020-26235)
- [all] Improve lock contention and performance (breaking)
- [all] Use a single `player` instance. Eliminates occasional `player` and
`audio backend` restarts, which can cause issues with some playback
configurations.
- [audio] Files are now downloaded over the HTTPS CDN (breaking)
- [audio] Improve file opening and seeking performance (breaking)
- [core] MSRV is now 1.65 (breaking)