diff --git a/Migration.md b/Migration.md index be560d702..1f859ee5f 100644 --- a/Migration.md +++ b/Migration.md @@ -22,6 +22,9 @@ but with improved human-readability.. ### Modifications +1. The default camera lens intrinsics skew value in the Camera DOM class changed + from `1` to `0` to match the SDF specification. + 1. World class only renames frames with name collisions if original file version is 1.6 or earlier. Name collisions in newer files will cause `DUPLICATE_NAME` errors, which now matches the behavior of the Model class.