From ca2ae2b9e8edebf9f81e74accb1f15bb093667bb Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:22:02 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-12-02.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-12-02.mdx b/fern/products/cli-api-reference/cli-changelog/2025-12-02.mdx index 27adb5a75..647d243bf 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-12-02.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-12-02.mdx @@ -1,5 +1,5 @@ ## 2.17.2 -**`(feat):`** Escape `$` when inferring examples from literals that start with `$`. +**`(fix):`** Escape `$` when inferring examples from literals that start with `$`. This fixes validation issues like `Example $ending is malformed. Examples should be formatted like $YourType.ExampleName`.