Skip to content

Commit ee91599

Browse files
committed
Mention that unsupported targets no longer compile
Signed-off-by: Joe Richey <[email protected]>
1 parent 09d6da1 commit ee91599

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The following (off by default) Cargo features have been added:
1414
- `"custom"` - allows a user to specify a custom implementation [#109]
1515

1616
### Breaking Changes
17+
- Unsupported targets no longer compile [#107]
1718
- Change/Add `Error` constants [#120]
1819
- Only impl `std` traits when the `"std"` Cargo feature is specified [#106]
1920
- Remove offical support for Hermit, L4Re, and UEFI [#133]
@@ -22,6 +23,7 @@ The following (off by default) Cargo features have been added:
2223
- Update MSRV to 1.34 [#159]
2324

2425
[#106]: https://github.com/rust-random/getrandom/pull/106
26+
[#107]: https://github.com/rust-random/getrandom/pull/107
2527
[#109]: https://github.com/rust-random/getrandom/pull/109
2628
[#120]: https://github.com/rust-random/getrandom/pull/120
2729
[#131]: https://github.com/rust-random/getrandom/pull/131

0 commit comments

Comments
 (0)