We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c81f5 commit ec11744Copy full SHA for ec11744
CHANGELOG.md
@@ -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