From 1886bbfb2a547a0565fd20d8916a600f196f5963 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Wed, 2 Oct 2024 10:12:28 -0500 Subject: [PATCH] Add CHANGES.md entry. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 881114a78a..f47b5730a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,8 @@ New: - Added `video.canvas` to make it possible to position video elements independently of the rendered video size ([#3656](https://github.com/savonet/liquidsoap/pull/3656), [blog post](https://www.liquidsoap.info/blog/2024-02-10-video-canvas-and-ai/)) - Added cover manager from an original code by @vitoyucepi (#3651) +- Reworked scheduler queues logic, allow user-defined queues, add options to pick + the queue to send asynchronous tasks to (#4151) - Added non-interleaved API to `%ffmpeg` encoder, enabled by default when only one stream is encoded. - Allow trailing commas in record definition (#3300).