@@ -18,6 +18,13 @@ Other enhancements:
1818
1919Bug fixes:
2020
21+ * The script interpreter's implicit file arguments are now passed before other
22+ arguments. See [ #3658 ] ( https://github.com/commercialhaskell/stack/issues/3658 ) .
23+ In particular, this makes it possible to pass ` -- +RTS ... -RTS ` to specify
24+ RTS arguments used when running the script.
25+ * Don't ignore the template ` year ` parameter in config files, and clarify the
26+ surrounding documentation. See
27+ [ #2275 ] ( https://github.com/commercialhaskell/stack/issues/2275 ) .
2128* Benchmarks used to be run concurrently with other benchmarks
2229 and build steps. This is non-ideal because CPU usage of other processes
2330 may interfere with benchmarks. It also prevented benchmark output from
@@ -43,13 +50,6 @@ Bug fixes:
4350* Run the Cabal file checking in the ` sdist ` command more reliably by
4451 allowing the Cabal library to flatten the
4552 ` GenericPackageDescription ` itself.
46- * The script interpreter's implicit file arguments are now passed before other
47- arguments. See [ #3658 ] ( https://github.com/commercialhaskell/stack/issues/3658 ) .
48- In particular, this makes it possible to pass ` -- +RTS ... -RTS ` to specify
49- RTS arguments used when running the script.
50- * Don't ignore the template ` year ` parameter in config files, and clarify the
51- surrounding documentation. See
52- [ #2275 ] ( https://github.com/commercialhaskell/stack/issues/2275 ) .
5353
5454## v1.6.1.1
5555
0 commit comments