Skip to content

Commit f7e6406

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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)