From ef5b83feda9eb6dcc397174630795d83ae0f7a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 2 Nov 2023 15:01:05 +0100 Subject: [PATCH] CHANGELOG: update for new tracing behaviour of directory assets --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93be45a..929c6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ 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 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)). # Version 1.15 (2022-12-16)