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 940b82f commit 7c0c6c0Copy full SHA for 7c0c6c0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+# Circa 2022.10.03 (pre release)
4
+
5
+- Added `Semigroup` and `Monoid` instances for `STM` and `WrappedSTM` monads
6
+- Added `MArray` instance for `WrappedSTM` monad
7
+- Added `MonadFix` instance for `STM`
8
9
# Circa 2022.09.27 (pre release)
10
11
- Module structure of `MonadSTM` changed to follow `stm` package structure.
0 commit comments