Skip to content

Commit 6665d5c

Browse files
committed
Update changelog
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent d273be8 commit 6665d5c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.2.0
2+
* BREAKING: update rand_core dep to latest `v0.9`
3+
* POSSIBLY BREAKING: the seed is now printed to stderr instead of stdout
4+
* Replace dependency on `hex` with better-maintained `const-hex v1`
5+
* Add optional feature `rand-v09`: when it's enabled, library re-exports `rand v0.9` that will be
6+
accessible as `rand_dev::rand`
7+
* Improve CI workflow
8+
9+
See [#4](https://github.com/survived/rand_dev/pull/4)
10+
111
## v0.1.1
212
* Add `DevRng::fork` method that derives a new randomness generator from existing one \
313
May be useful when you have several threads/futures/places where you need access the randomness

0 commit comments

Comments
 (0)