Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Dec 7, 2024
1 parent 2a06117 commit bf516ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## v2.0.0 - 2024-12-07

- Handled values that exceed either the `Number.MIN_SAFE_INTEGER` and `Number.MAX_SAFE_INTEGER` limits on the JavaScript target.
- Handled values that breach either the `Number.MIN_SAFE_INTEGER` or `Number.MAX_SAFE_INTEGER` limit on the JavaScript target.
- Handled values that cannot fit within the float type, on both Erlang and JavaScript targets.

This is a breaking change, as we introduced new errors to `ParseError`, which will affect users who are matching on the `ParseError` type.
This is a breaking change, as we introduced new errors to `ParseError`, which will affect users who are matching on the `ParseError` type:
- `OutOfIntRange`
- `OutOfFloatRange`

Expand Down

0 comments on commit bf516ab

Please sign in to comment.