Skip to content

Commit 9584dc6

Browse files
adhi2714zth
authored andcommitted
Minor changes
1 parent 8270054 commit 9584dc6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Next version
44

5+
### API changes
6+
7+
- Add `Math.Int.floor` and `Math.Int.random`, https://github.com/rescript-association/rescript-core/pull/156
8+
9+
### Documentation
10+
11+
- Docstrings for `Math.Int.floor` and `Math.Int.random`. https://github.com/rescript-association/rescript-core/pull/156
12+
513
## 0.5.0
614

715
### API changes
@@ -82,7 +90,6 @@
8290
- 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
8391
- Remove unsafe `Array.from` and `Array.fromWithMap`. https://github.com/rescript-association/rescript-core/pull/78
8492
- 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
8693

8794
### Documentation
8895

@@ -98,4 +105,3 @@
98105
- Docstrings for `Float`. https://github.com/rescript-association/rescript-core/pull/54
99106
- Docstrings for `String`. https://github.com/rescript-association/rescript-core/pull/27
100107
- 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)