remove duplicate migration guide

This commit is contained in:
Pnoenix 2025-07-16 22:16:15 +02:00 committed by GitHub
parent 64fa07b473
commit 2cdad49727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +0,0 @@
# 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