Skip to content

Commit 9c94dfc

Browse files
Fix broken migration guides (#2015)
1 parent 190d9d3 commit 9c94dfc

6 files changed

+2
-76
lines changed

release-content/0.16/migration-guides/15482_bevy_reflect_Add_ReflectDeserializerProcessor.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

release-content/0.16/migration-guides/16082_Fix_bevy_picking_plugin_suffixes.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
>
2-
[!NOTE]
3-
4-
All 3 of the changed structures were added after 0.14, so this does not need to be included in the 0.14 to 0.15 migration guide.
5-
6-
71
- `MeshPickingBackend` is now named `MeshPickingPlugin`.
82
- `MeshPickingBackendSettings` is now named `MeshPickingSettings`.
93
- `SpritePickingBackend` is now named `SpritePickingPlugin`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Remove the generic parameter when calling this method
1+
`DeferredWorld::trigger` no longer takes a generic argument. They type is inferred via `impl Event` instead of `T: Event`. If rust can not infer the type for you, consider specifying the type on the variable passed into the function rather than on the function itself.

release-content/0.16/migration-guides/17581_dont_use_bevy_pbr_for_base_bevy_gizmos_plugin.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
>
2-
This section is optional. If there are no breaking changes, you can delete this section.
3-
4-
5-
- Replace `CubicCurve::new_bezier` with `CubicCurve::new_bezier_easing`
1+
Replace `CubicCurve::new_bezier` with `CubicCurve::new_bezier_easing`.

release-content/0.16/migration-guides/_guides.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,6 @@ prs = [16567]
695695
areas = ["Reflection"]
696696
file_name = "16567_Rename_ArgListpush_methods_to_with_and_add_new_push_method.md"
697697

698-
[[guides]]
699-
title = "bevy_reflect: Add `ReflectDeserializerProcessor`"
700-
prs = [15482]
701-
areas = ["Reflection"]
702-
file_name = "15482_bevy_reflect_Add_ReflectDeserializerProcessor.md"
703-
704698
[[guides]]
705699
title = "bevy_reflect: Deprecate `PartialReflect::clone_value`"
706700
prs = [18284]
@@ -923,12 +917,6 @@ prs = [16827]
923917
areas = ["Rendering"]
924918
file_name = "16827_doc_fix_camera_link.md"
925919

926-
[[guides]]
927-
title = "don't use bevy_pbr for base bevy_gizmos plugin"
928-
prs = [17581]
929-
areas = ["Rendering"]
930-
file_name = "17581_dont_use_bevy_pbr_for_base_bevy_gizmos_plugin.md"
931-
932920
[[guides]]
933921
title = "`ExtractedSprites` slice buffer"
934922
prs = [17041]

0 commit comments

Comments
 (0)