Skip to content

Commit 98400e8

Browse files
committed
Update changelog
1 parent 6f96c9d commit 98400e8

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

changelog.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,47 @@
11
# Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel)
22

3+
## 3.3.0.0 *upcoming*
4+
5+
* Bump dependency bounds
6+
* Make strategic function application operators handle strategies correctly ([#61](https://github.com/haskell/parallel/pull/61))
7+
* Add `parFmap` ([#53](https://github.com/haskell/parallel/pull/53))
8+
39
## 3.2.2.0 *Jul 2018*
410

5-
- bump dependency bounds
6-
- add parEval
7-
- add a MonadFix instance
11+
* Bump dependency bounds
12+
* Add `parEval`
13+
* Add a `MonadFix Eval` instance
814

915
## 3.2.1.1 *Apr 2017*
1016

11-
- Compatibility with `deepseq-1.4.3`
12-
- Minor documentation clarifications
17+
* Compatibility with `deepseq-1.4.3`
18+
* Minor documentation clarifications
1319

1420
## 3.2.1.0 *Jan 2016*
1521

16-
- Support `base-4.9.0.0`
17-
- Add `{-# NOINLINE[1] rseq #-}` to make the `RULE` more robust
18-
- Fix broken links to papers in Haddock
19-
- Make `rpar` type signature consistent with `rseq` via type-synonym
20-
- Drop redundant `Ix`-constraint on `seqArray`/`seqArrayBounds` for GHC >= 8.0
22+
* Support `base-4.9.0.0`
23+
* Add `{-# NOINLINE[1] rseq #-}` to make the `RULE` more robust
24+
* Fix broken links to papers in Haddock
25+
* Make `rpar` type signature consistent with `rseq` via type synonym
26+
* Drop redundant `Ix`-constraint on `seqArray`/`seqArrayBounds` for GHC >= 8.0
2127

2228
## 3.2.0.6 *Dec 2014*
2329

24-
- Make `-Wall` message free for all supported `base` versions
30+
* Make `-Wall` message free for all supported `base` versions
2531

2632
## 3.2.0.5 *Dec 2014*
2733

28-
- Support `base-4.8.0.0`/`deepseq-1.4.0.0` (and thus GHC 7.10)
34+
* Support `base-4.8.0.0`/`deepseq-1.4.0.0` (and thus GHC 7.10)
2935

3036
## 3.2.0.4 *Nov 2013*
3137

32-
* Update package description to Cabal 1.10 format
33-
* Add support for GHC 7.8
34-
* Drop support for GHCs older than GHC 7.0.1
35-
* Add NOINLINE pragmas to `parBuffer`, `parList`, and `evalBuffer`
36-
to make RULEs more likely to fire
38+
* Update package description to Cabal 1.10 format
39+
* Add support for GHC 7.8
40+
* Drop support for GHCs older than GHC 7.0.1
41+
* Add NOINLINE pragmas to `parBuffer`, `parList`, and `evalBuffer`
42+
to make RULEs more likely to fire
3743

3844
## Older versions
3945

40-
* This package has a long history which is described in the Haddock documentation
41-
in the ["API History" section](./docs/Control-Parallel-Strategies.html#history)
46+
* This package has a long history which is described in the Haddock documentation
47+
in the ["API History" section](./docs/Control-Parallel-Strategies.html#history)

0 commit comments

Comments
 (0)