From 8f86379ea62e06830a18c7c2167d9d0bbc57b50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 25 Mar 2022 11:54:38 +0100 Subject: [PATCH] Changelog: mark 1.12 as released today --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c574965..04fe48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file logs the changes that are actually interesting to users (new features, changed functionality, fixed bugs). -# Version 1.12 (in development) +# Version 1.12 (2022-03-25) - Removed "late imports", to help isolate Blender add-ons bundling BAT from each other. - Decided to *not* support the Shaman API of Flamenco 3.x in BAT. The support for that protocol will be implemented in the Flamenco 3.x add-on for Blender, and not in BAT itself. A new future version of BAT will remove support for the Shaman API altogether.