diff --git a/CHANGELOG.md b/CHANGELOG.md index 4743d35..bd607b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ twitch-dl changelog ### [2.9.2 (2024-09-12)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.2) -* Use video owner instead of creator, since creator can be the person who - uploaded the video, not the author. +* Use video owner instead of creator when naming files, since creator can be the + person who uploaded the video, not the author. * Fix issue with cropping where blank frames were generated at the start of video (#166) * Add ffmpeg info to `twitch-dl env` diff --git a/changelog.yaml b/changelog.yaml index bf40be5..7c139ba 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,7 +1,7 @@ 2.9.2: date: 2024-09-12 changes: - - "Use video owner instead of creator, since creator can be the person who uploaded the video, not the author." + - "Use video owner instead of creator when naming files, since creator can be the person who uploaded the video, not the author." - "Fix issue with cropping where blank frames were generated at the start of video (#166)" - "Add ffmpeg info to `twitch-dl env`" diff --git a/docs/changelog.md b/docs/changelog.md index 4743d35..bd607b4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,8 +5,8 @@ twitch-dl changelog ### [2.9.2 (2024-09-12)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.2) -* Use video owner instead of creator, since creator can be the person who - uploaded the video, not the author. +* Use video owner instead of creator when naming files, since creator can be the + person who uploaded the video, not the author. * Fix issue with cropping where blank frames were generated at the start of video (#166) * Add ffmpeg info to `twitch-dl env`