From 4c40a3833a97e9fb17e9f0ba5286da9491874354 Mon Sep 17 00:00:00 2001 From: fearthecowboy <133736+fearthecowboy@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:53:44 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/csharp/changelog/2025-09-05.mdx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fern/products/sdks/overview/csharp/changelog/2025-09-05.mdx diff --git a/fern/products/sdks/overview/csharp/changelog/2025-09-05.mdx b/fern/products/sdks/overview/csharp/changelog/2025-09-05.mdx new file mode 100644 index 000000000..92778c17f --- /dev/null +++ b/fern/products/sdks/overview/csharp/changelog/2025-09-05.mdx @@ -0,0 +1,5 @@ +## 2.1.16-rc0 +**`(fix):`** Enable type disambiguation and renaming during code generation +Permits the `examples` test fixtures to compile sucessfully + +