Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adhi2714 authored and zth committed Oct 27, 2023
1 parent 8270054 commit 9584dc6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Next version

### API changes

- Add `Math.Int.floor` and `Math.Int.random`, https://github.com/rescript-association/rescript-core/pull/156

### Documentation

- Docstrings for `Math.Int.floor` and `Math.Int.random`. https://github.com/rescript-association/rescript-core/pull/156

## 0.5.0

### API changes
Expand Down Expand Up @@ -82,7 +90,6 @@
- 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
- Remove unsafe `Array.from` and `Array.fromWithMap`. https://github.com/rescript-association/rescript-core/pull/78
- Add `Int.clamp` and `Float.clamp`, https://github.com/rescript-association/rescript-core/pull/90
- Add `Math.Int.floor` and `Math.Int.random`, https://github.com/rescript-association/rescript-core/pull/156

### Documentation

Expand All @@ -98,4 +105,3 @@
- Docstrings for `Float`. https://github.com/rescript-association/rescript-core/pull/54
- Docstrings for `String`. https://github.com/rescript-association/rescript-core/pull/27
- Docstrings for `Array`. https://github.com/rescript-association/rescript-core/pull/78
- Docstrings for `Math.Int.floor` and `Math.Int.random`. https://github.com/rescript-association/rescript-core/pull/156

0 comments on commit 9584dc6

Please sign in to comment.