We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3daf0 commit 8817c6aCopy full SHA for 8817c6a
CHANGELOG
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.8.4] 2022-03-15
11
+### Changed
12
+- Updated the dragonbox algorithm to implement the new changes to decrease code size.
13
+
14
## [0.8.3] 2022-03-10
15
### Added
16
- Added support for `-Zmiri-tag-raw-pointers` in miri correctness checks.
lexical-write-float/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
name = "lexical-write-float"
readme = "README.md"
repository = "https://github.com/Alexhuszagh/rust-lexical"
-version = "0.8.3"
+version = "0.8.4"
exclude = [
"assets/*",
"docs/*",
0 commit comments