From 9145d0abc513b3f5976666f25f94c0c85d1be262 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Mon, 29 Jul 2024 16:40:21 +0100 Subject: [PATCH] docs: update resource labels changeset (#2985) --- .changeset/orange-dancers-nail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.