@@ -36,9 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
36
- ` getrandom_backend ` configuration flag for selection of opt-in backends [ #504 ]
37
37
- ` Error::new_custom ` method [ #507 ]
38
38
- ` rndr ` opt-in backend [ #512 ]
39
- - ` linux_rustix ` opt-in backend [ #520 ]
40
39
- Automatic MemorySanitizer support [ #521 ] [ #571 ]
41
40
- ` u32 ` and ` u64 ` functions for generating random values of the respective type [ #544 ]
41
+ - ` linux_raw ` opt-in backend [ #572 ]
42
42
43
43
### Fixed
44
44
- NetBSD fallback code based on ` KERN_ARND ` [ #555 ]
@@ -52,7 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
52
[ #504 ] : https://github.com/rust-random/getrandom/pull/504
53
53
[ #507 ] : https://github.com/rust-random/getrandom/pull/507
54
54
[ #512 ] : https://github.com/rust-random/getrandom/pull/512
55
- [ #520 ] : https://github.com/rust-random/getrandom/pull/520
56
55
[ #521 ] : https://github.com/rust-random/getrandom/pull/521
57
56
[ #522 ] : https://github.com/rust-random/getrandom/pull/522
58
57
[ #532 ] : https://github.com/rust-random/getrandom/pull/532
@@ -62,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
61
[ #555 ] : https://github.com/rust-random/getrandom/pull/555
63
62
[ #557 ] : https://github.com/rust-random/getrandom/pull/557
64
63
[ #571 ] : https://github.com/rust-random/getrandom/pull/571
64
+ [ #572 ] : https://github.com/rust-random/getrandom/pull/572
65
65
66
66
## [ 0.2.15] - 2024-05-06
67
67
### Added
0 commit comments