We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace5350 commit 8905721Copy full SHA for 8905721
io-classes/CHANGELOG.md
@@ -6,6 +6,8 @@
6
7
### Breaking changes
8
9
+* Provided `MonadTraceMVar`
10
+* Renamed `InspectMonad` to `InspectMonadSTM`
11
* Added `threadLabel` to `MonadThread`
12
* Added `MonadLabelledMVar` class.
13
* Added `labelMVar` to `Control.Concurrent.Class.MonadMVar.Strict`
io-sim/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## next version
4
5
+- Provided `MonadTraceMVar`
+- Renamed `InspectMonad` to `InspectMonadSTM`
- Support `threadLabel` (`io-classes-1.8`)
- `IOSimPOR`'s `Effect` traces now will correctly show labels on read/written
`TVars`.
0 commit comments