From 97074ae567b98b4c9a7eeb2bccb5f153c04b9d34 Mon Sep 17 00:00:00 2001 From: jshlbrd Date: Fri, 30 Aug 2024 16:35:09 -0700 Subject: [PATCH] docs: Update Migration Guide --- MIGRATION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index 21c9a621..3d498d3f 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -55,6 +55,10 @@ module "node" { ### Conditions (condition/) +#### Conditioner Interface + +The `Inspector` interface was renamed to `Conditioner` to standardize the naming convention used across the project. + #### `meta.condition` Condition This is replaced by the `meta.all`, `meta.any`, and `meta.none` conditions.