From dedd898a29711d3cb4eada538892fdc6d2239f5a Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 12 Dec 2025 16:44:09 -0600 Subject: [PATCH] Changelog: Document removal of unreachable code path in m3u output --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e363135f..68e263be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Removed unreachable code path in m3u output - Thanks [@DawtCom](https://github.com/DawtCom) + ### Fixed - nginx now gracefully handles hosts without IPv6 support by automatically disabling IPv6 binding at startup