Skip to content

Commit

Permalink
Prep for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Aug 27, 2018
1 parent 2a14bb9 commit 5988202
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5988202

Please sign in to comment.