Skip to content

Commit 2c11f13

Browse files
authored
Remove unnecessary migration guides (#2104)
1 parent 893f72d commit 2c11f13

6 files changed

+0
-55
lines changed

release-content/0.16/migration-guides/16753_rename_enqueue_command__to_queue_command__for_consistency.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

release-content/0.16/migration-guides/17447_Support_nonVec_data_structures_in_relations.md

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

release-content/0.16/migration-guides/18248_make_various_entity_wrapper_type_modules_public.md

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

release-content/0.16/migration-guides/18326_Use_4byte_LightmapSlabIndex_for_batching_instead_of_16byte.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@ prs = [17685]
346346
areas = ["ECS"]
347347
file_name = "17685_Split_Componentregister_component_hooks_into_individual_me.md"
348348

349-
[[guides]]
350-
title = "Don't re-export `EntityHashSet` and `EntityHashMap`"
351-
prs = [17447]
352-
areas = ["ECS"]
353-
file_name = "17447_Support_nonVec_data_structures_in_relations.md"
354-
355349
[[guides]]
356350
title = "Turn `apply_deferred()` into a ZST system"
357351
prs = [16642]
@@ -388,24 +382,12 @@ prs = [16912]
388382
areas = ["ECS"]
389383
file_name = "16912_make_EntityHashMap_and_EntityHashSet_proper_types.md"
390384

391-
[[guides]]
392-
title = "make various entity wrapper type modules public"
393-
prs = [18248]
394-
areas = ["ECS"]
395-
file_name = "18248_make_various_entity_wrapper_type_modules_public.md"
396-
397385
[[guides]]
398386
title = "one shot system cleanup"
399387
prs = [16516]
400388
areas = ["ECS"]
401389
file_name = "16516_one_shot_system_cleanup.md"
402390

403-
[[guides]]
404-
title = "rename enqueue_command to queue_command for consistency"
405-
prs = [16753]
406-
areas = ["ECS"]
407-
file_name = "16753_rename_enqueue_command__to_queue_command__for_consistency.md"
408-
409391
[[guides]]
410392
title = "Make `ComponentTicks` field public"
411393
prs = [16269]
@@ -1001,20 +983,8 @@ prs = [16716]
1001983
areas = []
1002984
file_name = "16716_Rename_triggerentity_to_triggertarget.md"
1003985

1004-
[[guides]]
1005-
title = "Use 4-byte LightmapSlabIndex for batching instead of 16-byte `AssetId<Image>`"
1006-
prs = [18326]
1007-
areas = []
1008-
file_name = "18326_Use_4byte_LightmapSlabIndex_for_batching_instead_of_16byte.md"
1009-
1010986
[[guides]]
1011987
title = "Use `target_abi = \"sim\"` instead of `ios_simulator` feature"
1012988
prs = [17702]
1013989
areas = []
1014990
file_name = "17702_Use_target_abi__sim_instead_of_ios_simulator_feature.md"
1015-
1016-
[[guides]]
1017-
title = "Closures which panic now need to explicitly specify a `()` return type"
1018-
prs = [17967]
1019-
areas = ["ECS"]
1020-
file_name = "panicking_closures.md"

release-content/0.16/migration-guides/panicking_closures.md

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

0 commit comments

Comments
 (0)