-
Notifications
You must be signed in to change notification settings - Fork 381
Editing pass for the migration guide #1499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editing pass for the migration guide #1499
Conversation
It didn't exist!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like these changes, thanks for making a pass through it all!
I have a few small nits related to wording, and a question about a weird diff, but the rest looks greats.
@@ -77,7 +77,7 @@ areas = ["Assets"] | |||
file_name = "12605_Make_AssetActionIgnore_not_copy_assets_to_imported_assets.md" | |||
|
|||
[[guides]] | |||
title = "Removed `Into<AssedId<T>>` for `Handle<T>`" | |||
title = "Removed `Into<AssetId<T>>` for `Handle<T>`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused why this shows up in the diff, since there's not visible changes. Is this a unicode thing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assed != Asset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good catch! 😅
release-content/0.14/migration-guides/12551_Remove_WorldCell.md
Outdated
Show resolved
Hide resolved
release-content/0.14/migration-guides/12314_Clean_up_type_registrations.md
Outdated
Show resolved
Hide resolved
Co-authored-by: BD103 <[email protected]>
This builds on @BD103's excellent work refining these, and closes #1396.
A few small corrections, and I've moved the most vital breaking changes to the top for prominence.
We could go further, but I'm very happy with the state of this as it is now.