Update CHANGELOG.md

This commit is contained in:
Sybren A. Stüvel 2022-07-14 10:40:36 +02:00
parent 0e5d926e7a
commit 32e993fbb5

View File

@ -3,6 +3,10 @@
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.13 (2022-07-14)
- Improve an error message when packing fails. It now not only mentions that something went wrong, but also which file and which operation on that file (copy or move) was involved.
# Version 1.12 (2022-03-25) # Version 1.12 (2022-03-25)
- Removed "late imports", to help isolate Blender add-ons bundling BAT from each other. - Removed "late imports", to help isolate Blender add-ons bundling BAT from each other.