Skip to content

Commit db1940e

Browse files
authored
Merge branch 'main' into tobytes
2 parents bf1af4d + 0bebc34 commit db1940e

File tree

8 files changed

+374
-182
lines changed

8 files changed

+374
-182
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [Unreleased
7+
### Changed
8+
- Updated optional dependencies to latest versions:
9+
* `zercopy` 0.6 -> 0.8
10+
* `rand` 0.8 -> 0.9
11+
* `rand_distr` 0.4 -> 0.5
12+
713
### Added
14+
- Added support for `arbitrary` crate. Fixes [#110]. By [@FL33TW00D].
815
- New `num-traits` implementations: `FromBytes` and `ToBytes` for `f16` and `bf16`. By [@kpreid].
916

17+
### Fixed
18+
- Suppressed unexpected_cfg lint warnings on newer versions of stable Rust.
19+
1020
## [2.4.1] - 2024-04-06 <a name="2.4.1"></a>
1121
### Fixed
1222
- Missing macro import causing build failure on `no_std` + `alloc` feature set. Fixes [#107].
@@ -332,6 +342,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
332342
[#100]: https://github.com/starkat99/half-rs/issues/100
333343
[#103]: https://github.com/starkat99/half-rs/issues/103
334344
[#107]: https://github.com/starkat99/half-rs/issues/107
345+
[#110]: https://github.com/starkat99/half-rs/issues/110
335346

336347
[@tspiteri]: https://github.com/tspiteri
337348
[@PSeitz]: https://github.com/PSeitz
@@ -353,6 +364,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
353364
[@wx-csy]: https://github.com/wx-csy
354365
[@eiz]: https://github.com/eiz
355366
[@comath]: https://github.com/comath
367+
[@FL33TW00D]: https://github.com/FL33TW00D
356368
[@kpreid]: https://github.com/kpreid
357369

358370

0 commit comments

Comments
 (0)