From 3acf4671623c2b513c83d1df4d8c30195ead892c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 5 Nov 2021 16:29:32 +0100 Subject: [PATCH] Mark v1.7 as released --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f002aa6..5c1bdcf 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.7 (in development) +# Version 1.7 (2021-11-05) - Add optional support for ZStandard compression, which is used to compress blend files by Blender 3.0+. The `zstandard` module is binary, and without it installed BAT will still be able to work in a pure-Python environment. It just won't be able to open compressed files from Blender 3.0 or newer.