Skip to content

Commit 5659edc

Browse files
committed
Update changelog
1 parent a4e7b59 commit 5659edc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88
### Added
9-
- `disable_urandom_fallback` crate feature to disable `/dev/urandom`-based fallback on Linux
10-
targets. Enabling this feature bumps minimum supported Linux kernel version to 4.17. [#396]
9+
- `disable_urandom_fallback` crate feature to disable `/dev/urandom`-based fallback on Linux and
10+
Android targets. Enabling this feature bumps minimum supported Linux kernel version to 4.17 and
11+
Android API level to 23 (Marshmallow). [#396]
1112

1213
### Changed
13-
- Disable `/dev/urandom`-based fallback for all Android targets and for Linux targets
14-
outside of the following `target_arch`es: `x86`, `x86_64`, `arm`, `armv7`, `i586`, `i686`,
15-
`powerpc`, `powerpc64`, `powerpc64le`, `s390x` [#396]
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]
1616

1717
[#396]: https://github.com/rust-random/getrandom/pull/396
1818

0 commit comments

Comments
 (0)