Skip to content

Commit

Permalink
bump to 2.2.5 & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar authored and Simon Marlow committed Nov 2, 2023
1 parent b589a81 commit 4a70b53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion async.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: async
version: 2.2.4
version: 2.2.5
-- don't forget to update ./changelog.md!
synopsis: Run IO operations asynchronously and wait for their results

Expand Down
14 changes: 9 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
## Changes in 2.2.5

- Support for GHC 9.4, 9.6, 9.8
- Add cancelMany
- #117: Document that empty for Concurrently waits forever
- #120: Add ConcurrentlyE.
- #123: Fix failing concurrentlyE tests in older GHCs.
- #124: Allow hashable 1.4
- #126: Semigroup and Monoid instances for ConcurrentlyE
- #120: Add ConcurrentlyE
- #138: expose internals as Control.Concurrent.Async.Internal
- #131: Fix typos in docs
- #132: waitAny(Catch): clarify non-empty input list requirement
- #131:
- #120: Add ConcurrentlyE
- #142: Add cancelMany
- #135, #145, #150: Support for GHC 9.4, 9.6, 9.8
- Document that empty for Concurrently waits forever.


## Changes in 2.2.4:

- Support for GHC 9.2
Expand Down

0 comments on commit 4a70b53

Please sign in to comment.