diff --git a/async.cabal b/async.cabal index ad3c8ab..825ac36 100644 --- a/async.cabal +++ b/async.cabal @@ -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 diff --git a/changelog.md b/changelog.md index 150aa53..0544b82 100644 --- a/changelog.md +++ b/changelog.md @@ -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