@@ -133,6 +133,9 @@ Behavior changes:
133133
134134* ` stack list-dependencies ` has been removed in favour of ` stack ls dependencies ` .
135135
136+ * The new default for ` --docker-auto-pull ` is enabled. See
137+ [ #3332 ] ( https://github.com/commercialhaskell/stack/issues/3332 ) .
138+
136139Other enhancements:
137140
138141* Support MX Linux in get-stack.sh. Fixes
@@ -211,7 +214,7 @@ Other enhancements:
211214* Set the ` GHC_ENVIRONMENT ` environment variable to specify dependency
212215 packages explicitly when running test. This is done to prevent
213216 ambiguous module name errors in ` doctest ` tests.
214- - Document the way stack interacts with the Cabal library.
217+ * Document the way stack interacts with the Cabal library.
215218* ` get-stack ` script now works on Windows CI machines of Appveyor,
216219 Travis and Azure Pipelines. See
217220 [ #4535 ] ( https://github.com/commercialhaskell/stack/issues/4535 )
@@ -282,11 +285,11 @@ Bug fixes:
282285 [ #4527 ] ( https://github.com/commercialhaskell/stack/issues/4527 ) .
283286* Apply GHC options when building a ` Setup.hs ` file. See
284287 [ #4526 ] ( https://github.com/commercialhaskell/stack/issues/4526 ) .
285- - Stack handles ABI changes in FreeBSD 12 by differentiating that version from previous.
286- - Help text for the ` templates ` subcommand now reflects behaviour in stack 1.9 — that it
288+ * Stack handles ABI changes in FreeBSD 12 by differentiating that version from previous.
289+ * Help text for the ` templates ` subcommand now reflects behaviour in stack 1.9 — that it
287290 downloads and shows a help file, rather than listing available templates.
288- - Fix detection of aarch64 platform (this broke when we upgraded to a newer Cabal version).
289- - Docker: fix detecting and pulling missing images with ` --docker-auto-pull ` , see
291+ * Fix detection of aarch64 platform (this broke when we upgraded to a newer Cabal version).
292+ * Docker: fix detecting and pulling missing images with ` --docker-auto-pull ` , see
290293 [ #4598 ] ( https://github.com/commercialhaskell/stack/issues/4598 )
291294* Hackage credentials are not world-readable. See
292295 [ #2159 ] ( https://github.com/commercialhaskell/stack/issues/2159 ) .
@@ -297,7 +300,7 @@ Bug fixes:
297300* When the Cabal spec version is newer than the global Cabal version, build
298301 against the snapshot's Cabal library. See
299302 [ #4488 ] ( https://github.com/commercialhaskell/stack/issues/4488 )
300- - Docker: fix detection of expected subprocess failures. This fixes
303+ * Docker: fix detection of expected subprocess failures. This fixes
301304 downloading a compatible ` stack ` executable when the host ` stack ` is not compatible with the Docker image (on Linux), and doesn't show an unnecessary
302305 extra error when the in-container re-exec'ed ` stack ` exits with failure.
303306* The ` stack ghci ` command's ` --ghc-options ` flag now parses multiple options.
@@ -393,8 +396,6 @@ Behavior changes:
393396 download a template, stack will check whether that template had
394397 been downloaded before. In that case, the cached version will be
395398 used. See [ #3850 ] ( https://github.com/commercialhaskell/stack/issues/3850 ) .
396- * The new default for ` --docker-auto-pull ` is enabled. See
397- [ #3332 ] ( https://github.com/commercialhaskell/stack/issues/3332 ) .
398399
399400Other enhancements:
400401
0 commit comments