Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/migration-guides/component_entry.md
6592 views
---
title: "`Entry` enum is now `ComponentEntry`" pull_requests: [19517]
---

The Entry enum in bevy::ecs::world has been renamed to ComponentEntry, to avoid name clashes with hash_map, hash_table and hash_set Entry types.

Correspondingly, the nested OccupiedEntry and VacantEntry enums have been renamed to OccupiedComponentEntry and VacantComponentEntry.