diff --git a/changelog.md b/changelog.md index f861b7f..712a039 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,15 @@ # Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel) -## 3.3.0.0 *upcoming* +## 3.3.0.0 *Oct 2025* * Bump dependency bounds +* Support MicroHs ([#81](https://github.com/haskell/parallel/pull/81)) +* Make rolling buffer strategies compositional ([#77](https://github.com/haskell/parallel/pull/77)) +* Deprecate `dot` ([#75](https://github.com/haskell/parallel/pull/75)) * Make strategic function application operators handle strategies correctly ([#61](https://github.com/haskell/parallel/pull/61)) * Add `parFmap` ([#53](https://github.com/haskell/parallel/pull/53)) +* Make `parListChunk` more efficient ([#45](https://github.com/haskell/parallel/issues/45)) +* Update documentation ## 3.2.2.0 *Jul 2018* diff --git a/parallel.cabal b/parallel.cabal index 025c070..6953d52 100644 --- a/parallel.cabal +++ b/parallel.cabal @@ -1,7 +1,6 @@ cabal-version: >=1.10 name: parallel -version: 3.2.2.0 -x-revision: 9 +version: 3.3.0.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE