From 5c7a69ef72f7612766d8e1817d39b6abb29f2e08 Mon Sep 17 00:00:00 2001 From: Tom Burrows Date: Thu, 4 Jun 2020 11:32:38 +0100 Subject: [PATCH] Add Changelog for next version --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7f60360..2154a4fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,26 @@ All notable changes to this project will be documented in this file. The format from v2.0.0 onwards is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased](https://github.com/zulko/moviepy/tree/master) + +[Full Changelog](https://github.com/zulko/moviepy/compare/v2.0.0.dev1...HEAD) + +### Important Announcements + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + + ## [v2.0.0.dev1](https://github.com/zulko/moviepy/tree/v2.0.0.dev1) (2020-06-04) -[Full Changelog](https://github.com/zulko/moviepy/compare/v1.0.2...v2.0.0.dev1) +[Full Changelog](https://github.com/zulko/moviepy/compare/v1.0.3...v2.0.0.dev1) This development version introduces many bug-fixes and changes. Please note that there may be large backwards-incompatible changes between dev versions! The online documentation has not been updated to reflect the changes in the v2.0.0 branch, so for help on how to use the new features please refer to the docstrings in the source code.