Skip to content

Commit a4f02e1

Browse files
Releasing version 1.0.1
1 parent 1d1837f commit a4f02e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.0.1] - 2021-06-03
6+
### Fixed:
7+
- Parsing of numeric values in the default implementation was broken for numbers that have an exponent but do not have a decimal (such as 1e-5, as opposed to 1.0e-5). For such numbers, the parser was returning an integer value based on misusing the ASCII values of the non-digit characters as if they were digits, e.g. 1e-5 was interpreted as 88035. This bug did not occur in the EasyJSON implementation of the parser.
8+
59
## [1.0.0] - 2020-12-17
610
Initial release of this library.

0 commit comments

Comments
 (0)