From c64dc4d5ce5c0ad0b424bad9e298480027d5f91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 3 Oct 2022 11:00:07 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3b16ec..0dbc24f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ bugs in actually-released versions. - Web interface: make the worker IP address clickable; it will be copied to the clipboard when clicked. - Add API operation to change the priority of an existing job. +- Fix FFmpeg packaging issue, which caused the Worker to not find the bundled FFmpeg executable. +- Less dramatic logging when Blender cannot be found by the Worker on startup. + This just means that the Manager has to tell the Worker which Blender to use, + which is perfectly fine. +- Fix error in sleep scheduler when shutting down the Manager. + ## 3.0 - released 2022-09-12