Skip to content

Commit b57873f

Browse files
committed
docs(changelog): add entry for Int.range
1 parent 403085a commit b57873f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Fixed type signatures of `reduce` and `reduceWithIndex`. https://github.com/rescript-association/rescript-core/pull/49
2525
- Add `panic`/`Error.panic`. https://github.com/rescript-association/rescript-core/pull/72
2626
- The globally available `null` value now originates from `Nullable` and not `Null`, just like the globally available `undefined` value does. https://github.com/rescript-association/rescript-core/pull/88
27+
- Add `Int.range` and `Int.rangeWithOptions`, https://github.com/rescript-association/rescript-core/pull/52
2728

2829
### Documentation
2930

0 commit comments

Comments
 (0)