From 4019b7014b532ab787084f96bfca09efd5a7347f Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Fri, 13 Mar 2026 04:59:31 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-13.mdx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx new file mode 100644 index 000000000..c74591e02 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx @@ -0,0 +1,7 @@ +## 4.27.0 +**`(feat):`** Log detected .fernignore paths when copying generated files. When a +.fernignore file is present in the output directory, the CLI now emits +a debug-level message listing the preserved paths. This improves +observability for both `fern generate` and `pnpm seed run` workflows. + +