Skip to content

Commit 5a045b0

Browse files
committed
Changelog formatting
1 parent a5be6df commit 5a045b0

File tree

1 file changed

+37
-15
lines changed

1 file changed

+37
-15
lines changed

ChangeLog.md

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,41 @@ Major changes:
44

55
* GHCJS can now be used with stackage snapshots via the new `compiler` field.
66
* Windows installers are now available:
7-
[download them here](https://github.com/commercialhaskell/stack/blob/release/doc/install_and_upgrade.md#windows) [#613](https://github.com/commercialhaskell/stack/issues/613)
7+
[download them here](https://github.com/commercialhaskell/stack/blob/release/doc/install_and_upgrade.md#windows)
8+
[#613](https://github.com/commercialhaskell/stack/issues/613)
89
* Docker integration works with non-FPComplete generated images
910
[#531](https://github.com/commercialhaskell/stack/issues/531)
1011

1112
Other enhancements:
1213

13-
* Added an `allow-newer` config option [#922](https://github.com/commercialhaskell/stack/issues/922) [#770](https://github.com/commercialhaskell/stack/issues/770)
14-
* When a Hackage revision invalidates a build plan in a snapshot, trust the snapshot [#770](https://github.com/commercialhaskell/stack/issues/770)
15-
* Added a `stack config set resolver RESOLVER` command. Part of work on [#115](https://github.com/commercialhaskell/stack/issues/115)
16-
* `stack setup` can now install GHCJS on windows. See [#1145](https://github.com/commercialhaskell/stack/issues/1145) and [#749](https://github.com/commercialhaskell/stack/issues/749)
14+
* Added an `allow-newer` config option
15+
[#922](https://github.com/commercialhaskell/stack/issues/922)
16+
[#770](https://github.com/commercialhaskell/stack/issues/770)
17+
* When a Hackage revision invalidates a build plan in a snapshot, trust the
18+
snapshot [#770](https://github.com/commercialhaskell/stack/issues/770)
19+
* Added a `stack config set resolver RESOLVER` command. Part of work on
20+
[#115](https://github.com/commercialhaskell/stack/issues/115)
21+
* `stack setup` can now install GHCJS on windows. See
22+
[#1145](https://github.com/commercialhaskell/stack/issues/1145) and
23+
[#749](https://github.com/commercialhaskell/stack/issues/749)
1724
* `stack hpc report` command added, which generates reports for HPC tix files
18-
* `stack ghci` now accepts all the flags accepted by `stack build`. See [#1186](https://github.com/commercialhaskell/stack/issues/1186)
19-
* `stack ghci` builds the project before launching GHCi. If the build fails, optimistically launch GHCi anyway. Use `stack ghci --no-build` option to disable [#1065](https://github.com/commercialhaskell/stack/issues/1065)
20-
* `stack ghci` now detects and warns about various circumstances where it is liable to fail. See [#1270](https://github.com/commercialhaskell/stack/issues/1270)
25+
* `stack ghci` now accepts all the flags accepted by `stack build`. See
26+
[#1186](https://github.com/commercialhaskell/stack/issues/1186)
27+
* `stack ghci` builds the project before launching GHCi. If the build fails,
28+
optimistically launch GHCi anyway. Use `stack ghci --no-build` option to
29+
disable [#1065](https://github.com/commercialhaskell/stack/issues/1065)
30+
* `stack ghci` now detects and warns about various circumstances where it is
31+
liable to fail. See
32+
[#1270](https://github.com/commercialhaskell/stack/issues/1270)
2133
* Added `require-docker-version` configuration option
22-
* Packages will now usually be built along with their tests and benchmarks. See [#1166](https://github.com/commercialhaskell/stack/issues/1166)
23-
* Relative `local-bin-path` paths will be relative to the project's root directory, not the current working directory. [#1340](https://github.com/commercialhaskell/stack/issues/1340)
24-
* `stack clean` now takes an optional `[PACKAGE]` argument for use in multi-package projects. See [#583](https://github.com/commercialhaskell/stack/issues/583)
34+
* Packages will now usually be built along with their tests and benchmarks. See
35+
[#1166](https://github.com/commercialhaskell/stack/issues/1166)
36+
* Relative `local-bin-path` paths will be relative to the project's root
37+
directory, not the current working directory.
38+
[#1340](https://github.com/commercialhaskell/stack/issues/1340)
39+
* `stack clean` now takes an optional `[PACKAGE]` argument for use in
40+
multi-package projects. See
41+
[#583](https://github.com/commercialhaskell/stack/issues/583)
2542
* Ignore cabal_macros.h as a dependency
2643
[#1195](https://github.com/commercialhaskell/stack/issues/1195)
2744
* Pad timestamps and show local time in --verbose output
@@ -42,11 +59,16 @@ Other enhancements:
4259

4360
Bug fixes:
4461

45-
* Fix: Haddocks not copied for dependencies [#1105](https://github.com/commercialhaskell/stack/issues/1105)
46-
* Fix: Global options did not work consistently after subcommand [#519](https://github.com/commercialhaskell/stack/issues/519)
47-
* Fix: 'stack ghci' doesn't notice that a module got deleted [#1180](https://github.com/commercialhaskell/stack/issues/1180)
62+
* Fix: Haddocks not copied for dependencies
63+
[#1105](https://github.com/commercialhaskell/stack/issues/1105)
64+
* Fix: Global options did not work consistently after subcommand
65+
[#519](https://github.com/commercialhaskell/stack/issues/519)
66+
* Fix: 'stack ghci' doesn't notice that a module got deleted
67+
[#1180](https://github.com/commercialhaskell/stack/issues/1180)
4868
* Rebuild when cabal file is changed
49-
* Fix: Paths in GHC warnings not canonicalized, nor those for packages in subdirectories or outside the project root [#1259](https://github.com/commercialhaskell/stack/issues/1259)
69+
* Fix: Paths in GHC warnings not canonicalized, nor those for packages in
70+
subdirectories or outside the project root
71+
[#1259](https://github.com/commercialhaskell/stack/issues/1259)
5072
* Fix: unlisted files in tests and benchmarks trigger extraneous second build
5173
[#838](https://github.com/commercialhaskell/stack/issues/838)
5274

0 commit comments

Comments
 (0)