File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ 0.3.2] - UNRELEASED
88
9+ ### Added
10+ - ` linux_raw ` opt-in backend [ #572 ]
11+ - ` .cargo/config.toml ` example in the crate-level docs [ #591 ]
12+ - ` getrandom_test_linux_without_fallback ` configuration flag to test that file fallback
13+ is not triggered in the ` linux_android_with_fallback ` backend [ #605 ]
14+
915### Changed
16+ - Update ` windows-targets ` dependency to v0.53 [ #593 ]
17+ - Update ` wasi ` dependency to v0.14 [ #594 ]
18+ - Add ` #[inline] ` attribute to the inner functions [ #596 ]
19+ - Update WASI and Emscripten links in the crate-level docs [ #597 ]
20+ - Do not use ` dlsym ` on MUSL targets in the ` linux_android_with_fallback ` backend [ #602 ]
21+ - Remove ` linux_android.rs ` and use ` getrandom.rs ` instead [ #603 ]
1022- Always use ` RtlGenRandom ` on Windows targets when compiling with pre-1.78 Rust [ #610 ]
1123
24+ [ #572 ] : https://github.com/rust-random/getrandom/pull/572
25+ [ #591 ] : https://github.com/rust-random/getrandom/pull/591
26+ [ #593 ] : https://github.com/rust-random/getrandom/pull/593
27+ [ #594 ] : https://github.com/rust-random/getrandom/pull/594
28+ [ #596 ] : https://github.com/rust-random/getrandom/pull/596
29+ [ #597 ] : https://github.com/rust-random/getrandom/pull/597
30+ [ #602 ] : https://github.com/rust-random/getrandom/pull/602
31+ [ #603 ] : https://github.com/rust-random/getrandom/pull/603
32+ [ #605 ] : https://github.com/rust-random/getrandom/pull/605
1233[ #610 ] : https://github.com/rust-random/getrandom/pull/610
1334
1435## [ 0.3.1] - 2025-01-28
You can’t perform that action at this time.
0 commit comments