Skip to content
Snippets Groups Projects
Commit 92b80b26 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Release 0.5.2.0

parent fd658f50
No related branches found
Tags v2.5.2.0
No related merge requests found
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
## Upcoming
## 2.5.2.0 *September 2023*
* Fix strictness of `stateTVar` ([#69](https://github.com/haskell/stm/pull/69))
* Rewrite `TBQueue` to use arrays ([#70](https://github.com/haskell/stm/pull/70))
* Fix strictness of `stateTVar` ([#30](https://github.com/haskell/stm/ssues/30))
* Rewrite `TBQueue` to use a more-efficient array-based representation ([#65](https://github.com/haskell/stm/issues/65))
* `newTBQueue 0` now fails as one would expect ([#28](https://github.com/haskell/stm/issues/28))
* Add `capacityTBQueue` ([#61](https://github.com/haskell/stm/issues/61))
* Add `MArray TArray e IO` instance
* Use unlifted `Array#` for `TArray` ([#66](https://github.com/haskell/stm/pull/66))
## 2.5.1.0 *Aug 2022*
......
cabal-version: >=1.10
name: stm
version: 2.5.1.0
version: 2.5.2.0
-- don't forget to update changelog.md file!
license: BSD3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment