Skip to content

Commit ec11744

Browse files
committed
Add the changelog
1 parent d5c81f5 commit ec11744

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.2.0 (unreleased)
2+
3+
- Fixed an edge case where long decimals with trailing zeros were truncated.
4+
- Minor micro-optimization fixes in the fast path parser.
5+
- Remove the use of unsafe when querying power-of-10 tables.
6+
- Added float64 roundtrip fuzz target.
7+
- Added tests for the power-of-5 table using num-bigint.
8+
- Improvements and new options in the bench tool.
9+
- Updated benchmark timings, added Apple M1 and AMD Rome timings.
10+
11+
## 0.1.0
12+
13+
Initial release, fully tested and benchmarked.

0 commit comments

Comments
 (0)