@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.8] - 2022-10-20
8
+ ### Added
9
+
10
+ - [ Web Crypto API] can now be used on Node.js if avalible [ #284 ]
11
+ - Added benckmarks to track buffer initialization cost [ #272 ]
12
+
13
+ ### Fixed
14
+
15
+ - Use ` $crate ` in ` register_custom_getrandom! ` [ #270 ]
16
+
17
+ ### Documentation
18
+
19
+ - Add information about enabling ` js ` feature [ #280 ]
20
+ - Fix link to ` wasm-bindgen ` [ #278 ]
21
+ - Document the varied implementaitons for underlying randomness sources [ #276 ]
22
+
23
+ [ Web Crypto API ] : https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API
24
+ [ #284 ] : https://github.com/rust-random/getrandom/pull/284
25
+ [ #272 ] : https://github.com/rust-random/getrandom/pull/272
26
+ [ #270 ] : https://github.com/rust-random/getrandom/pull/270
27
+ [ #280 ] : https://github.com/rust-random/getrandom/pull/280
28
+ [ #278 ] : https://github.com/rust-random/getrandom/pull/278
29
+ [ #276 ] : https://github.com/rust-random/getrandom/pull/276
30
+
7
31
## [ 0.2.7] - 2022-06-14
8
32
### Changed
9
33
- Update ` wasi ` dependency to ` 0.11 ` [ #253 ]
@@ -306,6 +330,7 @@ Publish initial implementation.
306
330
## [ 0.0.0] - 2019-01-19
307
331
Publish an empty template library.
308
332
333
+ [ 0.2.8 ] : https://github.com/rust-random/getrandom/compare/v0.2.7...v0.2.8
309
334
[ 0.2.7 ] : https://github.com/rust-random/getrandom/compare/v0.2.6...v0.2.7
310
335
[ 0.2.6 ] : https://github.com/rust-random/getrandom/compare/v0.2.5...v0.2.6
311
336
[ 0.2.5 ] : https://github.com/rust-random/getrandom/compare/v0.2.4...v0.2.5
0 commit comments