Skip to content

Commit 94d65c1

Browse files
glennslzth
authored andcommitted
docs: update changelog
1 parent 89cf5b0 commit 94d65c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- `fillAllInPlace` -> `fillAll`, `fillInPlaceToEnd` -> `fillToEnd`, `fillInPlace` -> `fill`
2323
- And `List`:
2424
- `shuffle` -> `toShuffled`
25+
- Use `float` instead of `int` for ordering to avoid premature overflow. https://github.com/rescript-association/rescript-core/pull/149
26+
- Add `Ordering` module. https://github.com/rescript-association/rescript-core/pull/149
2527

2628
**Note 1**: These changes should all produce the correct type errors. Though `TypedArray`'s `reverse` and `sort` previously mutated _and_ returned the mutated array itself, whereas now they'd be copies. Please be careful refactoring these 2.
2729

0 commit comments

Comments
 (0)