We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab436d commit c9c85e9Copy full SHA for c9c85e9
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
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