Skip to content

Commit de05e75

Browse files
committed
Added CHANGELOG.md file
1 parent c7ea98a commit de05e75

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)