Skip to content

Commit 5718421

Browse files
committed
Bump io-sim version
1 parent d0ba9be commit 5718421

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

io-sim/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
### Non-breaking changes
88

9+
## 1.3.1.0
10+
11+
### Non-breaking changes
12+
13+
* Optimised `io-sim` performance (improved memory footprint).
14+
* Fixed a bug in `io-sim-por`: `execAtomically'` should not commit tvars.
15+
916
## 1.3.0.0
1017

1118
### Breaking changes

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: io-sim
3-
version: 1.3.0.0
3+
version: 1.3.1.0
44
synopsis: A pure simulator for monadic concurrency with STM.
55
description:
66
A pure simulator monad with support of concurency (base, async), stm,

0 commit comments

Comments
 (0)