Skip to content

Commit

Permalink
Release 2.5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Nov 17, 2023
1 parent 63afa2f commit e1ff4d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)

## 2.5.3.0 *November 2023*

* Revert array-based reimplementation of `TBQueue` due to [#76](https://github.com/haskell/stm/issues/76)

## 2.5.2.1 *September 2023*

* Eliminate reliance on undefined CPP behavior ([#75](https://github.com/haskell/stm/issues/75))
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.2.1
version: 2.5.3.0
-- don't forget to update changelog.md file!

license: BSD3
Expand Down

0 comments on commit e1ff4d4

Please sign in to comment.