Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 5, 2024
1 parent 4efdc0d commit 89d5c4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## v1.3.0 - xxx

Breaking changes:
- Added support for scientific notation for float parsing.
- Ex: `lenient_parse.to_float("4e-3")` // Ok(0.004)
- Breaking changes:
- `GleamIntParseError` and `GleamIntParseErrorReason` have been removed.
- `InvalidCharacter` has been renamed to `UnknownCharacter`.
- A new `InvalidDigitPosition` error has been introduced.
Expand Down

0 comments on commit 89d5c4d

Please sign in to comment.