Skip to content

Commit 152726a

Browse files
committed
ChangeLog: fix entries that snuck into previous version's changes
1 parent ac61fd5 commit 152726a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

ChangeLog.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Release notes:
88
**Changes since v2.3.3**
99

1010
Major changes:
11-
* Add the `snapshot-location-base` yaml configuration option, which allows to override the default location of
12-
snapshot configuration files. This option affects how snapshot synonyms (LTS/Nightly) are expanded to URLs
13-
by the `pantry` library.
11+
* Add the `snapshot-location-base` yaml configuration option, which allows to
12+
override the default location of snapshot configuration files. This option
13+
affects how snapshot synonyms (LTS/Nightly) are expanded to URLs by the
14+
`pantry` library.
1415

1516
* `docker-network` configuration key added to overwrite docker `--net` arg
1617

@@ -27,13 +28,20 @@ Other enhancements:
2728
[#5280](https://github.com/commercialhaskell/stack/issues/5280)
2829
* Build failures now show a hint to scroll up to the corresponding section
2930
[#5279](https://github.com/commercialhaskell/stack/issues/5279)
31+
* Customisable output styles (see `stack --help` and the `--stack-colors`
32+
option, and `stack ls stack-colors --help`) now include `info`, `debug`,
33+
`other-level`, `secondary` and `highlight`, used with verbose output.
3034

3135
Bug fixes:
3236

3337
* Fix `stack test --coverage` when using Cabal 3
3438
* `stack new` now generates PascalCase'd module name correctly.
3539
[#5376](https://github.com/commercialhaskell/stack/issues/5376)
36-
* Connection issues to Casa server no longer cause builds to failure. Casa acts only as an optimizing cache layer, not a critical piece of infrastructure.
40+
* Connection issues to Casa server no longer cause builds to failure. Casa acts
41+
only as an optimizing cache layer, not a critical piece of infrastructure.
42+
* Fix modified time busting caches by always calculating sha256 digest during
43+
the build process.
44+
[#5125](https://github.com/commercialhaskell/stack/issues/5125)
3745

3846
## v2.3.3
3947

@@ -42,9 +50,6 @@ Bug fixes:
4250
Other enhancements:
4351

4452
* Add the `stack-developer-mode` flag
45-
* Customisable output styles (see `stack --help` and the `--stack-colors`
46-
option, and `stack ls stack-colors --help`) now include `info`, `debug`,
47-
`other-level`, `secondary` and `highlight`, used with verbose output.
4853

4954
Bug fixes:
5055

@@ -55,9 +60,6 @@ Bug fixes:
5560
* Fix `stack sdist` introducing unneded sublibrary syntax when using
5661
pvp-bounds. See
5762
[#5289](https://github.com/commercialhaskell/stack/issues/5289)
58-
* Fix modified time busting caches by always calculating sha256 digest
59-
during the build process.
60-
[#5125](https://github.com/commercialhaskell/stack/issues/5125)
6163

6264
## v2.3.1
6365

0 commit comments

Comments
 (0)