From f7a05dc73deddcd31deb29542b0fb5f36aea4eae Mon Sep 17 00:00:00 2001 From: justvanrossum Date: Fri, 2 Oct 2020 08:14:20 +0200 Subject: [PATCH] mention pyffmpeg pin, and let's release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f22c70..81181ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog for drawbot-skia -## [0.?.?] - 2020-10-?? +## [0.4.2] - 2020-10-02 +- Pinned optional pyffmpeg requirement to 1.6.1 for now. - Added `linearGradient(...)` - Added `radialGradient(...)` (limited to a single center point and a zero start radius) - Add `random`, `randint`, `choice` and `shuffle` from the random module to the default namespace.