We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d273be8 commit 6665d5cCopy full SHA for 6665d5c
1 file changed
CHANGELOG.md
@@ -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
11
## v0.1.1
12
* Add `DevRng::fork` method that derives a new randomness generator from existing one \
13
May be useful when you have several threads/futures/places where you need access the randomness
0 commit comments