diff --git a/fern/pages/changelogs/go-sdk/2024-11-14.mdx b/fern/pages/changelogs/go-sdk/2024-11-14.mdx new file mode 100644 index 00000000000..eb0300038d1 --- /dev/null +++ b/fern/pages/changelogs/go-sdk/2024-11-14.mdx @@ -0,0 +1,4 @@ +## 0.31.0 +**`(feat):`** Improves type file layout with zero impact on backwards compatibility. +Shared types are now more accurately placed in the `types.go` file, whereas types referenced by a single service are now placed in a file that matches the service's filename (e.g. user.go). +