Mark 1.16 as released today

This commit is contained in:
Sybren A. Stüvel 2023-11-02 15:47:35 +01:00
parent c4ff3fdb54
commit 2a9bdc5206

View File

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