Skip to content

Commit 9ab38d9

Browse files
committed
Update changelog
1 parent 22f3134 commit 9ab38d9

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and the
66
project adheres to the [Haskell Package Versioning
77
Policy (PVP)](https://pvp.haskell.org)
88

9-
## [next]
9+
## [1.40.0.] -- ???
1010
### Added
11-
* Added debugging functions in module `Data.Array.Accelerate.Debug.Trace` ([#485](https://github.com/AccelerateHS/accelerate/pull/485))
12-
13-
### Changed
14-
* Removed dependency on lens ([#493](https://github.com/AccelerateHS/accelerate/pull/493))
11+
* Compatibility with GHC 9.12 and Cabal 3.16
12+
* Support for profiling with [Tracy](https://github.com/wolfpld/tracy) in `accelerate-llvm-native` (enable the `tracy` Cabal flag on `accelerate`) ([#503](https://github.com/AccelerateHS/accelerate/pull/503))
13+
* Passing `+ACC -dverbose` makes `show` output of `Acc` terms print the hash
14+
of the kernel, to make cross-referencing against compiled code and
15+
execution information easier ([#478](https://github.com/AccelerateHS/accelerate/pull/478))
16+
* Debugging functions in module `Data.Array.Accelerate.Debug.Trace` ([#485](https://github.com/AccelerateHS/accelerate/pull/485))
17+
* A `Monad` class, and export `Functor` and `Either` from `Data.Array.Accelerate` ([#488](https://github.com/AccelerateHS/accelerate/pull/488))
1518

1619
### Fixed
1720
* Graphviz graph generation of `-ddump-dot` and `-ddump-simpl-dot` ([#384](https://github.com/AccelerateHS/accelerate/issues/384))
21+
* `+ACC` argument parsing ([#539](https://github.com/AccelerateHS/accelerate/pull/539))
22+
* Removed dependency on lens ([#493](https://github.com/AccelerateHS/accelerate/pull/493))
23+
* And various other things!
1824

1925
### Contributors
2026

@@ -24,6 +30,10 @@ Special thanks to those who contributed patches as part of this release:
2430
* David van Balen (@dpvanbalen)
2531
* Tom Smeding (@tomsmeding)
2632
* Trevor L. McDonell (@tmcdonell)
33+
* Maksymilian Demitraszek (@MaksymilianDemitraszek)
34+
* Laurent René de Cotret (@LaurentRDC)
35+
* Robbert van der Helm (@robbert-vdh)
36+
* Mirek Kratochvil (@exaexa)
2737

2838

2939
## [1.3.0.0] - 2020-08-26

0 commit comments

Comments
 (0)