diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c0b3d7..fd30c01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 1.3.0 * Add `Seed`, `SeedGen`, `seedSize`, `mkSeed` and `unSeed`. -* Add `SplitGen` and `splitGen` +* Add `SplitGen` and `splitGen`: [#160](https://github.com/haskell/random/pull/160) * Add `shuffleList` and `shuffleListM`: [#140](https://github.com/haskell/random/pull/140) * Add `mkStdGen64`: [#155](https://github.com/haskell/random/pull/155) * Add `uniformListRM`, `uniformList`, `uniformListR`, `uniforms` and `uniformRs`: