From 2385406d7ccd41171a768a0e3f69c83a5a575b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Schm=C3=B6cker?= Date: Tue, 2 Jan 2024 23:57:49 +0100 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c5a919b..f68cb774c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.16.1 +* Fixed mocks targeting an asset starting with an underscore were not split correctly and threw exceptions +* Fixed mocks using the asset path were not cleaned and could fail to resolve + ## Version 2.16.0 * Added mocking of ambiguous assets like meshes. This can be done via a new `JVLmock_PrefabName__ChildName` format where assets can be searched inside a named prefab. Multiple children can be provided for a specific path to a child, otherwise breadth search is used (thx OrianaVenture) * Added Weight and StackSize properties to ItemConfig, items are unaffected by default values