Skip to content

Commit

Permalink
Release 0.5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Oct 5, 2023
1 parent fd658f5 commit 92b80b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# 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*
Expand Down
2 changes: 1 addition & 1 deletion stm.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Expand Down

0 comments on commit 92b80b2

Please sign in to comment.