From 989bc37d78b1e5399b6693a221ba285a10b83503 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:25:05 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx index c069c9659..23eb55165 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx @@ -1,3 +1,7 @@ +## 0.107.8 +**`(fix):`** Improve anyOf/oneOf example generation to prefer variants with examples and use schema-level examples when available. This addresses cases where unions with multiple types were generating fallback examples instead of using provided examples. + + ## 0.107.6 **`(fix):`** Silence validation logs in fern docs dev unless there is a validation error