Skip to content

Commit a4e6d19

Browse files
committed
Fixed IOSim's CHANGELOGs.
1 parent f39fb21 commit a4e6d19

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

io-sim/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
* `MainReturn`, `MainException` and the pattern synonyms `TraceMainReturn`,
88
`TraceMainException` changed their signature. They will now also show the main thread id.
9-
10-
#### Breaking changes
11-
129
* Renamed `ThreadId` to `IOSimThreadId` to avoid a clash with `ThreadId`
1310
associated type family of `MonadFork`. It makes it much simpler to paste
1411
failing `ScheduleControl` in `ghci` or tests.
@@ -17,7 +14,6 @@
1714
a constructor for internal failures. This improved error reporting when
1815
there's a bug in `IOSimPOR`. Currently it's only used by some of the
1916
assertions in `IOSimPOR`.
20-
* added pretty printer for `SimResult`, and other pretty printer improvements.
2117

2218
#### Non breaking changes
2319

@@ -37,6 +33,7 @@
3733
* Reimplemented `labelTVarIO` and `traceTVarIO` in `ST` monad, which simplifies
3834
trace of these calls.
3935
* Fixed `traceTVar` for `TVar`'s created with `registerDelay`.
36+
* Added pretty printer for `SimResult`, and other pretty printer improvements.
4037

4138
## 1.2.0.0
4239

0 commit comments

Comments
 (0)