From 35d2ceb2e974ab124f23644225222c466d53d7da Mon Sep 17 00:00:00 2001 From: Pierre-Lin Bonnemaison Date: Fri, 10 Jan 2025 17:00:13 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2bc9f19..f0e9cb1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Important Announcements ### Added +- Add support for flac codec +- Add codecs to .mov files +- Add background radius to text clips ### Changed @@ -21,8 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix ffmpeg reading crash when invalid metadata (see pr #2311) -- Add support for flac codec -- Add codecs to .mov files ## [v2.1.2](https://github.com/zulko/moviepy/tree/master)