We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab436d commit a890729Copy full SHA for a890729
CHANGELOG.md
@@ -3,6 +3,9 @@
3
## Next version
4
5
- Add `Dict.getUnsafe` https://github.com/rescript-association/rescript-core/pull/167
6
+- Fixes mis-bound `Intl` functions https://github.com/rescript-association/rescript-core/pull/180
7
+ - `Intl.DateTimeFormat.formatRangeToParts` was bound to `formatRange` instead of `formatRangeToParts`
8
+ - `Intl.PluralRules.select`, `Intl.PluralRules.selectInt`, and `Intl.PluralRules.selectBigInt` were bound to `format` instead of `select`
9
10
### Documentation
11
0 commit comments