From 57dacf7bc9ee1f5793f8aa3c715220ded19653f6 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Tue, 20 Feb 2024 19:06:52 +0100 Subject: [PATCH] release: 6.6.2 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be370047..187f2a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## streamlink 6.6.2 (2024-02-20) + +Patch release: + +- Fixed: missing plugin override log message in non-editable installs ([#5844](https://github.com/streamlink/streamlink/pull/5844)) +- Fixed: incorrect `setuptools` min. version in build requirements ([#5842](https://github.com/streamlink/streamlink/pull/5842)) +- Updated plugins: + - afreeca: fixed broadcast number regex ([#5847](https://github.com/streamlink/streamlink/pull/5847)) + - afreeca: added support for stream metadata ([#5849](https://github.com/streamlink/streamlink/pull/5849)) + - hiplayer: removed media.gov.kw matcher ([#5848](https://github.com/streamlink/streamlink/pull/5848)) + +[Full changelog](https://github.com/streamlink/streamlink/compare/6.6.1...6.6.2) + + ## streamlink 6.6.1 (2024-02-17) Patch release: