Skip to content

Commit 912ab91

Browse files
committed
Add a changelog entry
1 parent f9194b1 commit 912ab91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

strict-mvar/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Revsion history of strict-mvar
22

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+
318
## 1.1.0.0
419

520
### Non breaking changes

0 commit comments

Comments
 (0)