@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Breaking Changes
1010
1111#### Changed
12- - Bump MSRV to 1.60 [ #472 ]
12+ - Bump MSRV to 1.63 [ #542 ]
1313- Rename ` getrandom ` and ` getrandom_uninit ` functions to ` fill ` and ` fill_uninit ` respectively [ #532 ]
1414
1515#### Removed
@@ -35,12 +35,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535- ` rndr ` opt-in backend [ #512 ]
3636- ` linux_rustix ` opt-in backend [ #520 ]
3737- Memory sanitizer support gated behind ` getrandom_sanitize ` configuration flag [ #521 ]
38+ - ` u32 ` and ` u64 ` functions for generating random values of the respective type [ #544 ]
3839
3940[ #415 ] : https://github.com/rust-random/getrandom/pull/415
4041[ #440 ] : https://github.com/rust-random/getrandom/pull/440
4142[ #442 ] : https://github.com/rust-random/getrandom/pull/442
4243[ #448 ] : https://github.com/rust-random/getrandom/pull/448
43- [ #472 ] : https://github.com/rust-random/getrandom/pull/472
4444[ #490 ] : https://github.com/rust-random/getrandom/pull/490
4545[ #499 ] : https://github.com/rust-random/getrandom/pull/499
4646[ #504 ] : https://github.com/rust-random/getrandom/pull/504
@@ -50,6 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050[ #521 ] : https://github.com/rust-random/getrandom/pull/521
5151[ #522 ] : https://github.com/rust-random/getrandom/pull/522
5252[ #532 ] : https://github.com/rust-random/getrandom/pull/532
53+ [ #542 ] : https://github.com/rust-random/getrandom/pull/542
54+ [ #544 ] : https://github.com/rust-random/getrandom/pull/544
5355
5456## [ 0.2.15] - 2024-05-06
5557### Added
0 commit comments