Changelog: Document removal of unreachable code path in m3u output

This commit is contained in:
SergeantPanda 2025-12-12 16:44:09 -06:00
parent 0b09cd18b9
commit dedd898a29

View file

@ -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