Added migration guide

This commit is contained in:
Pnoenix 2025-03-27 08:27:42 +01:00 committed by Pnoenix
parent 7d8b7b8184
commit 174320aa65

View File

@ -0,0 +1,6 @@
# Rename MergeMeshError to MeshMergeError and add IncompatiblePrimitiveTopology variant
prs = [18561]
- Users will need to rename MergeMeshError to MeshMergeError
- When handling MergeMeshError (now MeshMergeError), users will need to account for the new IncompatiblePrimitiveTopology variant, as it has been changed from a struct to an enum