From 16f1e9f47d8e4f683d8ea6a91102a2b1ae708294 Mon Sep 17 00:00:00 2001 From: devoxin <15076404+devoxin@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:09:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c250dfcd..94b4aee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [2.2.0] - 2024-06-05 +### Added +* Added support for searching Bandcamp tracks +* Added support for WAV files with 32 bit samples +* Added support for reading ISRC from MP3, OGG and Matroska files +* Added support for extracting ISRC from Bandcamp tracks +* Added method for registering multiple source managers in one call + +### Fixed +* Fixed AAC decoder initialisation +* Fixed header validation of FLAC files +* Fixed an issue with playing inner m3u8 playlists directly +* Fixed a rare thread leak caused by a race condition when stopping track executors + ## [2.1.2] - 2024-05-05 * Fixed Twitch source sometimes failing to initialise causing errors when registering source managers https://github.com/lavalink-devs/lavaplayer/pull/99 * Fixed metadata extraction for some OGG files https://github.com/lavalink-devs/lavaplayer/pull/101