From 7c659835329e9f4def25092ad901fd2325c3e6e0 Mon Sep 17 00:00:00 2001 From: Tom Burrows Date: Mon, 1 Jun 2020 12:28:50 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbab857b6..788af6d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Blank frames at the end of clips [#210] - Sometimes getting `IndexError: list index out of range` when using `concatenate_videoclips` [#646] - Applying `resize` with a non-constant `newsize` to a clip with a mask would remove the mask [#1200] - +- Using `color_gradient()` would crash with `ValueError: The truth value of an array with more than one element is ambiguous` [#1212] ## [v1.0.3](https://github.com/zulko/moviepy/tree/v1.0.3) (2020-05-07)