diff --git a/.changeset/orange-dancers-nail.md b/.changeset/orange-dancers-nail.md index ac72db9d88..1578376a05 100644 --- a/.changeset/orange-dancers-nail.md +++ b/.changeset/orange-dancers-nail.md @@ -6,7 +6,7 @@ Tables and systems in config output now include a `label` property. Labels are now used throughout the codebase as a user-friendly way to reference the given resource: config keys, contract names, generated libraries, etc. -We'll no longer transform config keys for tables and systems and their filenames will always correspond to their labels. This should make MUD tooling more intuitive and predictable. +Inside `namespaces` config output, keys for tables and systems and their filenames will always correspond to their labels. This should make MUD tooling more intuitive and predictable. For backwards compatibility, `tables` config output still uses namespace-prefixed keys. Labels replace the previous resource `name` usage, which is truncated to `bytes16` to be used as part of the resource ID and, in the future, may not always be human-readable.