diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-20.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-20.mdx new file mode 100644 index 000000000..dee1a73d0 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-20.mdx @@ -0,0 +1,4 @@ +## 4.79.1 +**`(fix):`** Fix auto-detected global headers generating type-incorrect example values. When headers like `Request-Timeout` (integer type) were auto-promoted to global headers, the example generator used the header name as a string value instead of skipping the example. + +