packages feed

strict-stm-1.3.0.0: CHANGELOG.md

# Changelog

## next release

### Breaking changes

### Non-breaking changes

## 1.3.0.0

- `io-sim-1.3.0.0`.
* Support `ghc-9.8`.

## 1.2.0.0

### Breaking changes

* Remove invariants for `StrictTVar`s.

## 1.1.0.1

### Non-breaking changes

* Fixed the `checkinvariant` cabal flag.

## 1.1.0.0

### Breaking changes

* Removed deprecated API

### Non-breaking changes

* `io-classes-1.1.0.0`

## 1.0.0.1

### Non-breaking changes

* Support `ghc-9.6`.

## 1.0.0.0

## 0.6.0.0

## 0.5.0.0

## 0.4.0.0

## 0.3.0.0

* split modules in a similar way that the `stm` package is.
* added `StrictTChan`, `TSem` and `StrictTArray`
* added `unGetTQueue` & `unGetTBQueue`
* added `StrictTQueue` & `StrictTBQueue`
* support `ghc-9.2` & `ghc-9.4`