Skip to content

Commit 8270054

Browse files
adhi2714zth
authored andcommitted
Added changelog
1 parent e7be04d commit 8270054

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
- Remove `Array.fromIterator` and `Array.fromIteratorWithMap`. The same functions exist in `Iterator` as `Iterator.fromArray` and `Iterator.fromArrayWithMapper`. https://github.com/rescript-association/rescript-core/pull/78
8383
- Remove unsafe `Array.from` and `Array.fromWithMap`. https://github.com/rescript-association/rescript-core/pull/78
8484
- Add `Int.clamp` and `Float.clamp`, https://github.com/rescript-association/rescript-core/pull/90
85+
- Add `Math.Int.floor` and `Math.Int.random`, https://github.com/rescript-association/rescript-core/pull/156
8586

8687
### Documentation
8788

@@ -96,4 +97,5 @@
9697
- Docstrings for `Date`. https://github.com/rescript-association/rescript-core/pull/61
9798
- Docstrings for `Float`. https://github.com/rescript-association/rescript-core/pull/54
9899
- Docstrings for `String`. https://github.com/rescript-association/rescript-core/pull/27
99-
- Docstrings from `Array`. https://github.com/rescript-association/rescript-core/pull/78
100+
- Docstrings for `Array`. https://github.com/rescript-association/rescript-core/pull/78
101+
- Docstrings for `Math.Int.floor` and `Math.Int.random`. https://github.com/rescript-association/rescript-core/pull/156

0 commit comments

Comments
 (0)