Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 714779a

Browse files
committedMar 6, 2023
docs(changelog): add entry for Int.clamp and Float.clamp
1 parent 8b539e1 commit 714779a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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
2727
- Add `Int.range` and `Int.rangeWithOptions`, https://github.com/rescript-association/rescript-core/pull/52
28+
- Add `Int.clamp` and `Float.clamp`, https://github.com/rescript-association/rescript-core/pull/90
2829

2930
### Documentation
3031

0 commit comments

Comments
 (0)
Please sign in to comment.