Skip to content

Commit b5d13f0

Browse files
Update changelogs from fern repo (#1739)
Co-authored-by: Swimburger <[email protected]>
1 parent b25a502 commit b5d13f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fern/products/sdks/overview/typescript/changelog/2025-11-03.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.24.0
2+
**`(feat):`** Add support for forward-compatible enums.
3+
To enable forward-compatible enums, add the following configuration to your _generators.yml_ file:
4+
```yaml
5+
# In generators.yml
6+
groups:
7+
generators:
8+
- name: fernapi/fern-typescript-sdk
9+
config:
10+
enableForwardCompatibleEnums: true
11+
```
12+
13+
114
## 3.23.0
215
**`(feat):`** Add support for bytes download responses.
316

0 commit comments

Comments
 (0)