From c238a2f9db225f8c5c6e654c8839baee7596bb86 Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Wed, 22 Jan 2025 06:51:42 +0000 Subject: [PATCH] chore: update changelog --- fern/pages/changelogs/csharp-sdk/2025-01-22.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fern/pages/changelogs/csharp-sdk/2025-01-22.mdx b/fern/pages/changelogs/csharp-sdk/2025-01-22.mdx index 4e2ec6ac3a7..f8fa9af69d4 100644 --- a/fern/pages/changelogs/csharp-sdk/2025-01-22.mdx +++ b/fern/pages/changelogs/csharp-sdk/2025-01-22.mdx @@ -5,3 +5,6 @@ - Objects, lists, maps, dictionaries, undiscriminated, and discriminated unions are serialized to JSON. +**`(fix):`** Only use `.Value` on nullable structs when serializing parameters to headers and querystring parameters. + +