Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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*

Expand Down
3 changes: 1 addition & 2 deletions parallel.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down