Skip to content

Commit 0e2dfba

Browse files
authored
Release parallel-3.3.0.0 (#82)
1 parent df58135 commit 0e2dfba

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel)
22

3-
## 3.3.0.0 *upcoming*
3+
## 3.3.0.0 *Oct 2025*
44

55
* Bump dependency bounds
6+
* Support MicroHs ([#81](https://github.com/haskell/parallel/pull/81))
7+
* Make rolling buffer strategies compositional ([#77](https://github.com/haskell/parallel/pull/77))
8+
* Deprecate `dot` ([#75](https://github.com/haskell/parallel/pull/75))
69
* Make strategic function application operators handle strategies correctly ([#61](https://github.com/haskell/parallel/pull/61))
710
* Add `parFmap` ([#53](https://github.com/haskell/parallel/pull/53))
11+
* Make `parListChunk` more efficient ([#45](https://github.com/haskell/parallel/issues/45))
12+
* Update documentation
813

914
## 3.2.2.0 *Jul 2018*
1015

parallel.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: >=1.10
22
name: parallel
3-
version: 3.2.2.0
4-
x-revision: 9
3+
version: 3.3.0.0
54
-- NOTE: Don't forget to update ./changelog.md
65
license: BSD3
76
license-file: LICENSE

0 commit comments

Comments
 (0)