Skip to content

Commit 770a213

Browse files
committed
Update README regarding release versions
1 parent 885efc0 commit 770a213

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ The `rand` crate has been at version `0.3` since March 2015. If you wish to
2929
avoid all breaking changes you may wish to stick with this version.
3030

3131
Version `0.4`was released in December 2017. It contains almost no breaking
32-
changes since the `0.3` series, but nevertheless (will) contain a significant
33-
amount of new code, including a new "external" entropy source (`JitterRng`),
34-
`no_std` support, and significant performance improvements for the ISAAC random
35-
number generators.
32+
changes since the `0.3` series, but nevertheless contains some significant
33+
new code, including a new "external" entropy source (`JitterRng`) and `no_std`
34+
support.
35+
36+
Version `0.5` is in development and contains significant performance
37+
improvements for the ISAAC random number generators.
3638

3739
## Examples
3840

0 commit comments

Comments
 (0)