Skip to content

Commit a5be6df

Browse files
committed
Update changelog
1 parent 7915fca commit a5be6df

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@ Other enhancements:
2222
* Packages will now usually be built along with their tests and benchmarks. See [#1166](https://github.com/commercialhaskell/stack/issues/1166)
2323
* 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)
2424
* `stack clean` now takes an optional `[PACKAGE]` argument for use in multi-package projects. See [#583](https://github.com/commercialhaskell/stack/issues/583)
25+
* Ignore cabal_macros.h as a dependency
26+
[#1195](https://github.com/commercialhaskell/stack/issues/1195)
27+
* Pad timestamps and show local time in --verbose output
28+
[#1226](https://github.com/commercialhaskell/stack/issues/1226)
29+
* GHCi: Import all modules after loading them
30+
[#995](https://github.com/commercialhaskell/stack/issues/995)
31+
* Add subcommand aliases: `repl` for `ghci`, and `runhaskell` for `runghc`
32+
[#1241](https://github.com/commercialhaskell/stack/issues/1241)
33+
* Add typo recommendations for unknown package identifiers
34+
[#158](https://github.com/commercialhaskell/stack/issues/158)
35+
* Add `stack path --local-hpc-root` option
36+
* Overhaul dependencies' haddocks copying
37+
[#1231](https://github.com/commercialhaskell/stack/issues/1231)
38+
* Support for extra-package-dbs in 'stack ghci'
39+
[#1229](https://github.com/commercialhaskell/stack/pull/1229)
40+
* `stack new` disallow package names with "words" consisting solely of numbers
41+
[#1336](https://github.com/commercialhaskell/stack/issues/1336)
2542

2643
Bug fixes:
2744

@@ -30,6 +47,8 @@ Bug fixes:
3047
* Fix: 'stack ghci' doesn't notice that a module got deleted [#1180](https://github.com/commercialhaskell/stack/issues/1180)
3148
* Rebuild when cabal file is changed
3249
* 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)
50+
* Fix: unlisted files in tests and benchmarks trigger extraneous second build
51+
[#838](https://github.com/commercialhaskell/stack/issues/838)
3352

3453
## v0.1.6.0
3554

0 commit comments

Comments
 (0)