From f39cf527297a3b532058c91f0683ac292ca4961d Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 7 Feb 2013 13:09:22 +0100 Subject: [PATCH] Prepare to version 0.2.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 783ebfa..dcb3b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG --------- +* 0.2.2 (xx-xx-2013) + + * Add compatibility with FFMpeg 1.1 + * Upgrade deprecated options (`-ab`, `-qscale` and `-b`) + * Use of a custom stat file for each multi-pass encoding (fix #20) + * 0.2.1 (02-04-2013) * Parse the output of FFProbe using correct EOL sequences (@ak76)