From c6f4d92d82872ad2a01e63bc264da8aff7abb26c Mon Sep 17 00:00:00 2001 From: aditya-arolkar-swe <13171215+aditya-arolkar-swe@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:11:41 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-02-20.mdx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2026-02-20.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-02-20.mdx b/fern/products/cli-api-reference/cli-changelog/2026-02-20.mdx new file mode 100644 index 000000000..50c17777d --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-02-20.mdx @@ -0,0 +1,6 @@ +## 3.82.0 +**`(feat):`** Add `terminator` field support for SSE streaming throughout the OpenAPI to Fern pipeline. +The field was already present in the Fern definition schema but missing from the OpenAPI +extension parsing, OpenAPI-IR schema, and the OpenAPI-IR to Fern conversion layers. + +