From 4fde67ce956cd3ab167b4b7c6bc79c8a6e322230 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 28 Jan 2024 14:46:01 +0100 Subject: [PATCH] Add link to changelog entry for #160 PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`: