Skip to content

Commit 724bc6e

Browse files
committed
Changelog and bump up version
1 parent 5a6ad35 commit 724bc6e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.3.2
2+
3+
* Fix `setStdGen` not being threadsafe: [#190](https://github.com/haskell/random/pull/190)
4+
* Make `getStdRandom` lazy in the value being generated: [#190](https://github.com/haskell/random/pull/190)
5+
16
# 1.3.1
27

38
* Add missing `SplitGen` instance for `StateGen`: [#183](https://github.com/haskell/random/pull/183)

random.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: random
3-
version: 1.3.1
3+
version: 1.3.2
44
license: BSD3
55
license-file: LICENSE
66
maintainer: core-libraries-committee@haskell.org

0 commit comments

Comments
 (0)