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 c7ea98a commit de05e75Copy full SHA for de05e75
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# Change Log
2
+
3
+# Circa 2022.09.27 (pre release)
4
5
+- default `MonadSTM` api implementations inlined into the type class
6
+- Added `TQueue` and `TBQueue` to `strct-stm` package
7
+- Added `unGetTQueue` and `unGetTBQueue`
8
+- Fixed input-output-hk/ouroboros-network#issues2650
9
+- Added `link2` and `link2Only` and removed `linkTo` and `linkToOnly` to `MonadAsync`
10
+- Added `TChan`, `TSem` and `TArray`
11
+- `MonadTraceSTM`: removed proxy argument from `trace.*IO` functions
12
+- Split `MonadSTM` and `MonadSTM.Strict` into submodules
13
+- Added `flushTQueue` to `MonadSTM`
14
+- Added `cast{TQueue,TBQueue,TChan}` to `strict-stm` package
0 commit comments