From 5988202c0a0887ef062dc9883b827a3a64fb4874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Vanvelthem?= Date: Mon, 27 Aug 2018 17:14:18 +0200 Subject: [PATCH] Prep for 0.8.0 --- CHANGELOG.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834b32f..bbe3850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,25 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 0.8.0 (2018-xx-xx) - -### Improvement - -- New feature: ffmpeg param validation +## 0.8.0 (2018-08-27) ### Added +- Added built-in video filter: `CropFilter`. +- Added more params to `ScaleFilter`. +- Improved error reporting with initial support for ffmpeg parameters validation `FFMpegParamValidator`. + In order to fail earlier, a validation class now checks for some parameters values (currently CRF). - `ActionParamInterface::getParam($name, $default=null)`, now allows to set a $default instead of always throwing exception. +### Fixed + +- [BC-Break] Minor -> `InvalidReaderParamException` renamed into `InvalidParamException`. +- [BC-Break] Minor -> `UnsetParamReaderException` renamed into `UnsetParamException`. + ### Documentation - Added recipe for conversion with interlace detection - Added chapter about compression (cbr, vbr) +- A lot of fixes and additions -### Fixed - -- [BC-Break] Minor -> `InvalidReaderParamException` renamed into `InvalidParamException`. -- [BC-Break] Minor -> `UnsetParamReaderException` renamed into `UnsetParamException`. ## 0.7.7 (2018-08-19)