We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec2349 commit 9c60413Copy full SHA for 9c60413
1 file changed
CHANGELOG.md
@@ -12,7 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
13
### Changed
14
- Disable `/dev/urandom`-based fallback for Linux targets outside of the following
15
- `target_arch`es: `arm`, `powerpc`, `powerpc64`, `s390x`, `x86`, `x86_64`. [#396]
+ `target_arch`es: `arm`, `powerpc`, `powerpc64`, `s390x`, `x86`, `x86_64` [#396]
16
+- Do not catch `EPERM` error code on Android while checking availability of
17
+ the `getrandom` syscall [#396]
18
19
[#396]: https://github.com/rust-random/getrandom/pull/396
20
0 commit comments