Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/products/sdks/generators/go/changelog/2026-04-27.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.38.1
**`(fix):`** Fix casing bug where a single-letter uppercase word between a lowercase word and a
PascalCase word (e.g. the `I` in `WhoAmIResponseData`) was merged into the following
word, producing `WhoAmIresponseData`. `splitWords` now matches lodash's `words()`
behaviour and tokenizes this as `Who|Am|I|Response|Data`.


## 1.38.0
**`(feat):`** Use auth scheme placeholder values in README snippets when configured via
`placeholder` field on auth schemes.
Expand Down
Loading