From dc15de76429767826bcbb88fdf2598f8e2d4a5aa Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Wed, 25 Dec 2024 15:37:16 -0700 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f824f12..5c21e39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 1.3.0 +* Improve floating point value generation and avoid degenerate cases: [#172](https://github.com/haskell/random/pull/172) * Add `Uniform` instance for `Maybe` and `Either`: [#167](https://github.com/haskell/random/pull/167) * Add `Seed`, `SeedGen`, `seedSize`, `mkSeed` and `unSeed`: [#162](https://github.com/haskell/random/pull/162)