You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Unreleased changes
1
+
## 0.1.4.0
2
2
3
3
Major changes:
4
4
@@ -9,7 +9,7 @@ Major changes:
9
9
Other enhancements:
10
10
11
11
* Added the `--docker-env` argument, to set environment variables in Docker container.
12
-
* Set `LC_ALL` to UTF-8 encoding for builds to avoid "commitBuffer: invalid argument" errors from GHC [#793](https://github.com/commercialhaskell/stack/issues/793)
12
+
* Set locale environment variables to UTF-8 encoding for builds to avoid "commitBuffer: invalid argument" errors from GHC [#793](https://github.com/commercialhaskell/stack/issues/793)
13
13
* Enable translitation for encoding on stdout and stderr [#824](https://github.com/commercialhaskell/stack/issues/824)
14
14
* By default, `stack upgrade` automatically installs GHC as necessary [#797](https://github.com/commercialhaskell/stack/issues/797)
15
15
* Added the `ghc-options` field to stack.yaml [#796](https://github.com/commercialhaskell/stack/issues/796)
@@ -22,6 +22,7 @@ Other enhancements:
22
22
* Check for duplicate local package names
23
23
* Stop nagging people that call `stack test`[#845](https://github.com/commercialhaskell/stack/issues/845)
24
24
*`--file-watch` will ignore files that are in your VCS boring/ignore files [#703](https://github.com/commercialhaskell/stack/issues/703)
25
+
* Add `--numeric-version` option
25
26
26
27
Bug fixes:
27
28
@@ -31,6 +32,7 @@ Bug fixes:
31
32
* Create missing directories for `stack sdist`
32
33
* Don't ignore .cabal files with extra periods [#895](https://github.com/commercialhaskell/stack/issues/895)
33
34
* Deprecate unused `--optimizations` flag
35
+
* Truncated output on slow terminals [#413](https://github.com/commercialhaskell/stack/issues/413)
0 commit comments