Mark v1.7 as released

This commit is contained in:
Sybren A. Stüvel 2021-11-05 16:29:32 +01:00
parent c61d5ee7ab
commit 3acf467162

View File

@ -3,7 +3,7 @@
This file logs the changes that are actually interesting to users (new features, This file logs the changes that are actually interesting to users (new features,
changed functionality, fixed bugs). 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+. - 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. 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.