Skip to content

Commit 8266a06

Browse files
authored
Move some ChangeLog entries not included in 1.6.3
Some PRs that were opened before 1.6.3 ended up modifying the changelog for the released version. This moves them to the right part of the changelog.
1 parent f47a2f9 commit 8266a06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ChangeLog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Other enhancements:
1818

1919
Bug 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

Comments
 (0)