diff --git a/content/references/release-notes/3_26_2.md b/content/references/release-notes/3_26_2.md
index 3dec10aa..490e7658 100644
--- a/content/references/release-notes/3_26_2.md
+++ b/content/references/release-notes/3_26_2.md
@@ -39,7 +39,7 @@ Check out our [release blog](https://blog.tabulareditor.com/) to get a brief ove
- The Semantic Analyzer now emits suitable warning / error messages, when an UDF is called with a parameter that doesn't match its declared type (e.g. passing a scalar value to a `TABLEREF` parameter, etc.)
- The semantic analyzer now reports an error when `IGNORE` is used anywhere other than directly as an expression argument of `SUMMARIZECOLUMNS`, matching engine behavior.
- The semantic analyzer now supports the new optional component and escaping parameters introduced for the `NAMEOF` function in Power BI Desktop April 2026. Valid component keywords are `TABLE`, `COLUMN`, `MEASURE`, `CALENDAR`, `FULL`, `SELF`, `PARENT`; valid escaping keywords are `ESCAPED`, `UNESCAPED`, `MINIMALLYESCAPED`. The return type is unchanged (scalar string). For example, `EVALUATE { NAMEOF([MyMeasure], TABLE, MINIMALLYESCAPED) }` returns the table name component of a fully qualified measure reference.
-
+
- **Semantic Bridge improvements**
- Importing a Databricks Metric View now carries the view's metadata into the semantic model.
- `comment` becomes the description on the model, dimensions, and measures.