From fb7db787ee20ca0cf025f8e8ad290eacc4aec04c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 15 Dec 2016 15:51:52 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74357f5..2b6e178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Updated changelog to follow [keepachangelog.com](http://keepachangelog.com/) style you see now here. +[0.7.0] - 2016-xx-xx +-------------------- + +- Add support for FFMpeg 3 aac codec (@Nek-) +- Add a waveform filter to extract audio waveform images (@Romain) + [0.6.1] - 2016-03-08 --------------------