From 31f57b68ce3e8086d235fc01f0229a64a6016434 Mon Sep 17 00:00:00 2001 From: bajankristof Date: Sat, 27 Apr 2024 00:51:26 +0200 Subject: [PATCH] docs: add changelog entry for 4.0.0 --- CHANGELOG | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cf74b06..cb9bfc0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ -== Master +== 4.0.0 2024-04-27 -Current with 3.0.2 +Breaking Changes: +* FFMPEG::Movie was renamed to FFMPEG::Media to better reflect the fact that it can handle both audio and video files +* FFMPEG::Stream was introduced to handle the streams within a media file +* Some FFMPEG::Media methods were renamed or removed to better reflect the new structure +* FFMPEG::Transcoder now requires encoding options to be passed +* FFMPEG::Transcoder now expects the formerly called transcoder_options to be passed as keyword arguments == 3.0.2 2016-11-18