Skip to content

Commit

Permalink
Fix bullet point list in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Dec 7, 2024
1 parent 54205f5 commit 4e68505
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
- 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:
- `OutOfIntRange`
- `OutOfFloatRange`

- `OutOfIntRange`
- `OutOfFloatRange`

## v1.3.5 - 2024-11-20

Expand Down

0 comments on commit 4e68505

Please sign in to comment.