Skip to content

Commit f298c6f

Browse files
committed
Update changelog
1 parent 9bd2be1 commit f298c6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
- Map, Set, WeakMap, WeakSet: use the types defined in the Js namespace. https://github.com/rescript-association/rescript-core/pull/143
88
- Symbol: use the types defined in the Js namespace. https://github.com/rescript-association/rescript-core/pull/145
9+
- The types `RescriptCore.Type.function` and `RescriptCore.Type.object` use the types defined in the Js namespace. https://github.com/rescript-association/rescript-core/pull/146
10+
- The type `RescriptCore.Type.symbol` removed in favor of `RescriptCore.Symbol.t`. https://github.com/rescript-association/rescript-core/pull/146
11+
- Added `BigInt` support for `RescriptCore.Classify.t`. https://github.com/rescript-association/rescript-core/pull/146
912
- `Array` mutable & immutable helper name changed to conform to JS' upcoming APIs [such as `toSorted`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSorted)
1013
- `sort` -> `toSorted`, `sortInPlace` -> `sort`
1114
- `reverse` -> `toReversed`, `reverseInPlace` -> `reverse`

0 commit comments

Comments
 (0)