From ccc002036bc6c0e3d256c821151d4940a0248bcd Mon Sep 17 00:00:00 2001 From: Jonas Holzman Date: Fri, 30 May 2025 09:12:49 +0200 Subject: [PATCH] Fix v3.7 release year in CHANGELOG.md (#104393) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's 2025 already! Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104393 Reviewed-by: Sybren A. Stüvel --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0782c1b..c5c567e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This file contains the history of changes to Flamenco. Only changes that might be interesting for users are listed here, such as new features and fixes for bugs in actually-released versions. -## 3.7 - released 2024-04-03 +## 3.7 - released 2025-04-03 - Load job compiler scripts on demand, rather than caching them all at startup of the Manager. This makes it simpler to create & test scripts, as the Manager no longer has to be restarted after every update. - The conversion from a known path prefix to a variable is now done in a case-insensitive way. This means that if the variable `{storage}` has value `S:\Flamenco`, a path `s:\flamenco\project\file.blend` will be recognised and stored as `{storage}\project\file.blend`.