File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Question related to stack project templates? Please report it at the [stack-temp
66
77If you're reporting a bug please follow the steps below:
88
9- Make sure that you are using the latest release (currently stack-1.6.1 ).
9+ Make sure that you are using the latest release (currently stack-1.6.3 ).
1010See the [ upgrade instructions] ( http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade ) to upgrade.
1111
1212Please use the following schema for your bug report:
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased changes
3+ ## v1.6.3
44
5- Release notes:
6-
7- Major changes:
8-
9- Behaviour changes:
10-
11- Other enhancements:
5+ Enhancements:
126
137* In addition to supporting ` .tar.gz ` and ` .zip ` files as remote archives,
148 plain ` .tar ` files are now accepted too. This will additionally help with
159 cases where HTTP servers mistakenly set the transfer encoding to ` gzip ` . See
1610 [ #3647 ] ( https://github.com/commercialhaskell/stack/issues/3647 ) .
11+ * Links to docs.haskellstack.org ignore Stack version patchlevel.
12+ * Downloading Docker-compatible ` stack ` binary ignores Stack version patchlevel.
1713
1814Bug fixes:
1915
@@ -27,7 +23,8 @@ Bug fixes:
2723
2824## v1.6.1.1
2925
30- No user facing changes.
26+ Hackage-only release with no user facing changes (updated to build with
27+ newer dependency versions).
3128
3229
3330## v1.6.1
Original file line number Diff line number Diff line change 11name : stack
2- version : ' 1.6.2 '
2+ version : ' 1.6.3 '
33synopsis : The Haskell Tool Stack
44description : ! ' Please see the README.md for usage information, and
55 the wiki on Github for more details. Also, note that
You can’t perform that action at this time.
0 commit comments