All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
TimerError
changed torepr(u32)
(#864)TimerError
enum values all increased by1<<30
to match newrand_core::Error
range (#864)
- Bump
rand_core
version - Support new
Error
type inrand_core
0.5 - Remove CryptoRng trait bound (#699, #814)
- Enable doc-testing of README
- Change error conversion code to partially fix #738
- Use libc in
no_std
mode to fix #723
- Fix for older rustc compilers on Windows (#722)
- Fix for older rustc compilers on Mac OSX / iOS (#720)
- Misc. doc fixes
Initial release.