Skip to content

Commit 750e358

Browse files
committed
Update changelog
1 parent b263f68 commit 750e358

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Target-specific assocciated `Error` constants [#562]
2323

2424
### Changed
25-
- Use `ProcessPrng` on Windows 10 and up, and use RtlGenRandom on older legacy Windows versions [#415]
25+
- Use `ProcessPrng` on Windows 10 and up, and use `RtlGenRandom` on older Windows versions [#415]
2626
- Do not use locale-specific `strerror_r` for retrieving error code descriptions [#440]
27-
- Avoid assuming usize is the native word size in the `rdrand` backend [#442]
27+
- Avoid assuming `usize` is the native word size in the `rdrand` backend [#442]
2828
- Do not read from `errno` when `libc` did not indicate error on Solaris [#448]
2929
- Switch from `libpthread`'s mutex to `futex` on Linux and to `nanosleep`-based wait loop
3030
on other targets in the `use_file` backend [#490]
3131
- Do not retry on `EAGAIN` while polling `/dev/random` on Linux [#522]
32-
- Remove separate codepath for Node.js in the `wasm_js` backend (bumps minimum supported Node.js
33-
version to v19) [#557]
32+
- Remove separate codepath for Node.js in the `wasm_js` backend
33+
(bumps minimum supported Node.js version to v19) [#557]
3434
- Use `js_namespace` in the `wasm_js` backend [#559]
3535

3636
### Added
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- Automatic MemorySanitizer support [#521] [#571]
4242
- `u32` and `u64` functions for generating random values of the respective type [#544]
4343
- `wasm32v1-none` support in the `wasm_js` backend [#560]
44+
- `wasm_js` crate feature which allows users to enable the `wasm_js` opt-in backend [#574]
4445

4546
### Fixed
4647
- NetBSD fallback code based on `KERN_ARND` [#555]
@@ -66,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6667
[#560]: https://github.com/rust-random/getrandom/pull/560
6768
[#562]: https://github.com/rust-random/getrandom/pull/562
6869
[#571]: https://github.com/rust-random/getrandom/pull/571
70+
[#574]: https://github.com/rust-random/getrandom/pull/574
6971

7072
## [0.2.15] - 2024-05-06
7173
### Added

0 commit comments

Comments
 (0)