File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : 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
65license : BSD3
76license-file : LICENSE
You can’t perform that action at this time.
0 commit comments