Skip to content

Commit

Permalink
update missing changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinprakash96 authored and bolt12 committed May 13, 2024
1 parent fde7771 commit 434f33a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions io-classes-mtl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for io-classes-mtl

## new version

### Non breaking changes

- Added `writeTMVar` to `MonadSTM` instances.

## 0.1.1.0

* Support `io-classes-1.4.1.0`
Expand Down
4 changes: 4 additions & 0 deletions io-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## new version

### Non breaking changes

- Added `writeTMVar` to `MonadSTM` instance for `(IOSim s)`.

### Breaking changes

- Generalised the type of `traceSelectTraceEvents` & co.
Expand Down
7 changes: 7 additions & 0 deletions strict-stm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## new version

### Non breaking changes

- Added `writeTMVar` function.


## 1.4.0.0

* `io-sim-1.4.0.0`.
Expand Down

0 comments on commit 434f33a

Please sign in to comment.