Skip to content

Commit

Permalink
CHANGELOG: Fix release dates
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 13, 2024
1 parent ff8f8ce commit 0431770
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)

## 2.5.3.1 *November 2023*
## 2.5.3.1 *Apr 2024*

* Drop unused testcase inadvertently introduced in previous reversion

## 2.5.3.0 *November 2023*
## 2.5.3.0 *Nov 2023*

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

## 2.5.2.1 *September 2023*
## 2.5.2.1 *Oct 2023*

* Eliminate reliance on undefined CPP behavior ([#75](https://github.com/haskell/stm/issues/75))

## 2.5.2.0 *September 2023*
## 2.5.2.0 *Oct 2023*

* 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))
Expand Down

0 comments on commit 0431770

Please sign in to comment.