Skip to content

Commit b290baf

Browse files
committed
update changelog. Fixes #60
1 parent 4a74ba9 commit b290baf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)