# changelog for tiamat ## v0.2.0 - 2018-06-24 ### added - `Random` instances for `u128`/`i128` - `BuildRandom` instances for `RangeInclusive` ### changes - reorganized the internal module structure. ### removed - support for rust versions before `1.26.0` ### fixes - the doc summary line for `OsRng` was on its `impl` block instead of the `struct` definition. ## v0.1.0 - 2018-02-27 initial release.