Skip to content

Commit 1838a74

Browse files
authored
Update changelogs from fern repo (#2492)
1 parent 90fa58f commit 1838a74

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-rc58
2+
**`(fix):`** Fix additional RuboCop warnings in generated SDK code:
3+
- Disabled Layout/LineLength cop (long type names and require paths are unavoidable)
4+
- Set Naming/VariableNumber to snake_case style (allows `last_4`, `address_1`, etc.)
5+
- Renamed `get_token` and `get_auth_headers` methods to `token` and `auth_headers`
6+
- Replaced OpenStruct with Struct in iterator tests
7+
8+

0 commit comments

Comments
 (0)