Skip to content

Commit

Permalink
docs: add changelog entry for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bajankristof committed Apr 26, 2024
1 parent 1b8ac9c commit 31f57b6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 31f57b6

Please sign in to comment.