From 0ab9866b054b2c5cefae582f31d0f8db570d7d87 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:23:21 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx index 435ecbc87..e89b46b8b 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx @@ -1,3 +1,7 @@ +## 0.99.3 +**`(fix):`** Improve YAML parsing error messages to include line number, column number, and a snippet of the problematic YAML when duplicate mapping keys or other syntax errors are encountered in generators.yml. + + ## 0.99.2 **`(fix):`** Preserve trailing newline in fern.config.json during `fern upgrade`. Fixes issue where tools requiring a newline at EOF failed after running upgrade.