Skip to content

Commit ec769bc

Browse files
Update changelogs from fern repo (#2902)
Co-authored-by: iamnamananand996 <[email protected]>
1 parent 93762c4 commit ec769bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 1.0.0-rc74
2+
**`(feat):`** Add opt-in `requirePaths` config option for auto-loading user-defined files when the gem
3+
is required. When configured (e.g., `requirePaths: ["custom_integration", "sentry_integration"]`),
4+
the gem entrypoint will auto-load each file from `lib/<gem>/<path>.rb` if it exists. This
5+
allows users to add custom code (e.g., Sentry integration) without needing to fernignore
6+
generated files. Uses file existence check to avoid silently swallowing real errors.
7+
8+

0 commit comments

Comments
 (0)