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 f9194b1 commit 912ab91Copy full SHA for 912ab91
strict-mvar/CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Revsion history of strict-mvar
2
3
+## next version
4
+
5
+### Breaking changes
6
7
+* Remove the `asserts` package flag.
8
9
+### Non breaking changes
10
11
+* Add a `StrictMVar` with invariant checking in
12
+ `Control.Concurrent.Class.MonadMVar.Strict.Checked`.
13
+* Make the checked/unchecked `StrictMVar` modules drop-in replacements of one
14
+ another by unifying the interfaces. As a result,
15
+ `Control.Concurrent.Class.MonadMVar.Strict` now has `newMVarWithInvariant` and
16
+ `newEmptyMVarWithInvariant` functions that ignore the invariant argument.
17
18
## 1.1.0.0
19
20
### Non breaking changes
0 commit comments