We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76acffe commit 625411cCopy full SHA for 625411c
CHANGELOG.md
@@ -9,10 +9,19 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
9
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
10
11
12
-## [0.6.5] - Unreleased
+## [0.6.5] - 2019-01-28
13
+### Crates
14
+- Update `rand_core` to 0.4 (#703)
15
+- Move `JitterRng` to its own crate (#685)
16
+- Add a warm-bindgen test crate (#696)
17
+
18
### Platforms
19
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
20
21
+### Doc
22
+- Use RFC 1946 for doc links (#691)
23
+- Fix some doc links and notes (#711)
24
25
## [0.6.4] - 2019-01-08
26
### Fixes
27
- Move wasm-bindgen shims to correct crate (#686)
0 commit comments