File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77### Added
88- Add ` serialize_as_f32 ` and ` serialize_as_string ` functions when ` serde ` cargo feature is enabled.
99 They allowing customizing the serialization by using
10- ` #[serde(serialize_with="f16::serialize_as_f32")] ` attribute in serde derive macros.
10+ ` #[serde(serialize_with="f16::serialize_as_f32")] ` attribute in serde derive macros. Closes [ # 60 ] .
1111- Deserialize now supports deserializing from ` f32 ` , ` f64 ` , and string values in addition to its
12- previous default deserialization.
12+ previous default deserialization. Closes [ # 60 ] .
1313
1414## [ 2.1.0] - 2022-07-18 <a name =" 2.1.0 " ></a >
1515### Added
@@ -263,6 +263,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
263263[ #37 ] : https://github.com/starkat99/half-rs/issues/37
264264[ #48 ] : https://github.com/starkat99/half-rs/issues/48
265265[ #55 ] : https://github.com/starkat99/half-rs/issues/55
266+ [ #60 ] : https://github.com/starkat99/half-rs/issues/60
266267
267268[ @tspiteri ] : https://github.com/tspiteri
268269[ @PSeitz ] : https://github.com/PSeitz
You can’t perform that action at this time.
0 commit comments