CHANGELOG: add Python version changes
Document drop of support for 3.7. Also I forgot to mention that v1.15 added support for Python 3.11.
This commit is contained in:
parent
e2b2e6fb68
commit
29c0ba14b1
@ -8,10 +8,12 @@ changed functionality, fixed bugs).
|
|||||||
- Add `BlendFileBlock.raw_data()` and `.as_string()` functions. These functions interpret the data in a `BlendFileBlock` as either `bytes` or `string`. This can be used to obtain the contents of a `char*` (instead of the more common embedded `char[N]` array).
|
- Add `BlendFileBlock.raw_data()` and `.as_string()` functions. These functions interpret the data in a `BlendFileBlock` as either `bytes` or `string`. This can be used to obtain the contents of a `char*` (instead of the more common embedded `char[N]` array).
|
||||||
- Add support for IES lights ([#92883](https://projects.blender.org/blender/blender-asset-tracer/pulls/92883)).
|
- Add support for IES lights ([#92883](https://projects.blender.org/blender/blender-asset-tracer/pulls/92883)).
|
||||||
- Fix issue packing 'directory' assets (like fluid simulation caches; [#104259](https://projects.blender.org/studio/flamenco/issues/104259)).
|
- Fix issue packing 'directory' assets (like fluid simulation caches; [#104259](https://projects.blender.org/studio/flamenco/issues/104259)).
|
||||||
|
- Drop support for Python 3.7.
|
||||||
|
|
||||||
# Version 1.15 (2022-12-16)
|
# Version 1.15 (2022-12-16)
|
||||||
|
|
||||||
- Add support for fluid simulation caches.
|
- Add support for fluid simulation caches.
|
||||||
|
- Add support for Python 3.11
|
||||||
|
|
||||||
# Version 1.14 (2022-09-12)
|
# Version 1.14 (2022-09-12)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user