Skip to content

Commit b7adee3

Browse files
Update changelogs from fern repo (#5173)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent d14d827 commit b7adee3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

fern/products/sdks/generators/go/changelog/2026-04-27.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.38.1
2+
**`(fix):`** Fix casing bug where a single-letter uppercase word between a lowercase word and a
3+
PascalCase word (e.g. the `I` in `WhoAmIResponseData`) was merged into the following
4+
word, producing `WhoAmIresponseData`. `splitWords` now matches lodash's `words()`
5+
behaviour and tokenizes this as `Who|Am|I|Response|Data`.
6+
7+
18
## 1.38.0
29
**`(feat):`** Use auth scheme placeholder values in README snippets when configured via
310
`placeholder` field on auth schemes.

0 commit comments

Comments
 (0)