Skip to content

Commit 44f170f

Browse files
authored
Update CHANGELOG.md
1 parent a28a562 commit 44f170f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
- Deserialize now supports deserializing from `f32`, `f64`, and string values in addition to its
1212
previous default deserialization. Closes [#60].
1313

14+
### Fixed
15+
- Add `#[inline]` on fallback functions, which improved conversion execution on non-nightly rust
16+
by up to 50%. By [@Shnatsel].
17+
1418
## [2.1.0] - 2022-07-18 <a name="2.1.0"></a>
1519
### Added
1620
- Add support for target_arch `spirv`. Some traits and functions are unavailble on this
@@ -278,6 +282,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
278282
[@kali]: https://github.com/kali
279283
[@Nilstrieb]: https://github.com/Nilstrieb
280284
[@joseluis]: https://github.com/joseluis
285+
[@Shnatsel]: https://github.com/Shnatsel
281286

282287

283288
[Unreleased]: https://github.com/starkat99/half-rs/compare/v2.1.0...HEAD

0 commit comments

Comments
 (0)