3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
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
+
7
13
### Added
14
+ - Added support for ` arbitrary ` crate. Fixes [ #110 ] . By [ @FL33TW00D ] .
8
15
- New ` num-traits ` implementations: ` FromBytes ` and ` ToBytes ` for ` f16 ` and ` bf16 ` . By [ @kpreid ] .
9
16
17
+ ### Fixed
18
+ - Suppressed unexpected_cfg lint warnings on newer versions of stable Rust.
19
+
10
20
## [ 2.4.1] - 2024-04-06 <a name =" 2.4.1 " ></a >
11
21
### Fixed
12
22
- 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.
332
342
[ #100 ] : https://github.com/starkat99/half-rs/issues/100
333
343
[ #103 ] : https://github.com/starkat99/half-rs/issues/103
334
344
[ #107 ] : https://github.com/starkat99/half-rs/issues/107
345
+ [ #110 ] : https://github.com/starkat99/half-rs/issues/110
335
346
336
347
[ @tspiteri ] : https://github.com/tspiteri
337
348
[ @PSeitz ] : https://github.com/PSeitz
@@ -353,6 +364,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
353
364
[ @wx-csy ] : https://github.com/wx-csy
354
365
[ @eiz ] : https://github.com/eiz
355
366
[ @comath ] : https://github.com/comath
367
+ [ @FL33TW00D ] : https://github.com/FL33TW00D
356
368
[ @kpreid ] : https://github.com/kpreid
357
369
358
370
0 commit comments