From dc051f67cfeee68e7406866f1718136329b4cc0b Mon Sep 17 00:00:00 2001 From: Tom Burrows Date: Tue, 6 Oct 2020 18:12:04 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6298e08..b5c2237ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Important Announcements ### Added +- `VideoFileClip.coreader()` that creates a new clip created from the same source file as the original (to complement the existing `AudioFileClip.coreader()`) [#1332] ### Changed