From b290baf08e4c50c32f4ebdc5680e0fbc9c12cdcd Mon Sep 17 00:00:00 2001 From: Kathryn Long Date: Wed, 14 Dec 2022 01:52:02 -0500 Subject: [PATCH] update changelog. Fixes #60 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129cde3..18bb682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Add `serialize_as_f32` and `serialize_as_string` functions when `serde` cargo feature is enabled. They allowing customizing the serialization by using - `#[serde(serialize_with="f16::serialize_as_f32")]` attribute in serde derive macros. + `#[serde(serialize_with="f16::serialize_as_f32")]` attribute in serde derive macros. Closes [#60]. - Deserialize now supports deserializing from `f32`, `f64`, and string values in addition to its - previous default deserialization. + previous default deserialization. Closes [#60]. ## [2.1.0] - 2022-07-18 ### Added @@ -263,6 +263,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [#37]: https://github.com/starkat99/half-rs/issues/37 [#48]: https://github.com/starkat99/half-rs/issues/48 [#55]: https://github.com/starkat99/half-rs/issues/55 +[#60]: https://github.com/starkat99/half-rs/issues/60 [@tspiteri]: https://github.com/tspiteri [@PSeitz]: https://github.com/PSeitz