File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ # Circa 2022.09.27 (pre release)
4
+
5
+ - Module structure of ` MonadSTM ` changed to follow ` stm ` package structure.
6
+ - default ` MonadSTM ` api implementations inlined into the type class
7
+ - Added ` TQueue ` and ` TBQueue ` to ` strct-stm ` package
8
+ - Added ` unGetTQueue ` and ` unGetTBQueue `
9
+ - Fixed input-output-hk/ouroboros-network#issues2650
10
+ - Added ` link2 ` and ` link2Only ` and removed ` linkTo ` and ` linkToOnly ` to ` MonadAsync `
11
+ - Added ` TChan ` , ` TSem ` and ` TArray `
12
+ - ` MonadTraceSTM ` : removed proxy argument from ` trace.*IO ` functions
13
+ - Split ` MonadSTM ` and ` MonadSTM.Strict ` into submodules
14
+ - Added ` flushTQueue ` to ` MonadSTM `
15
+ - Added ` cast{TQueue,TBQueue,TChan} ` to ` strict-stm ` package
You can’t perform that action at this time.
0 commit comments