Skip to content

Commit 63dadf5

Browse files
authored
Update CHANGELOG.md to reflect v1.0.2 (#51307)
Signed-off-by: Massimiliano Culpo <[email protected]>
1 parent 9b70b4f commit 63dadf5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v1.0.2 (2025-09-11)
2+
3+
## Bug Fixes
4+
5+
* `spack config edit` can now open malformed YAML files. (#51088)
6+
* `spack edit -b` supports specifying the repository path or its namespace. (#51084)
7+
* `spack repo list` escapes the color code for paths that contain `@g`. (#51178)
8+
* Fixed various issues on the solver:
9+
* Improved the error message when an invalid dependency is specified in the input. (#51176)
10+
* Build the preferred compiler with itself by default. (#51201)
11+
* Fixed a performance regression when using `unify:when_possible`. (#51226)
12+
* Fixed an issue with strong preferences, when provider details are given. (#51263)
13+
* Fixed an issue when specifying flags on a package that appears multiple times in the DAG. (#51218)
14+
* Fixed a regression for `zsh` in `spack env activate --prompt`. (#51258)
15+
* Fix a few cases where the `when` context manager was not dealing with direct dependencies correctly. (#51259)
16+
* Various fixes to string representations of specs. (#51207)
17+
18+
## Enhancements
19+
20+
* Various improvements to the documentation (#51145, #51151, #51147, #51181, #51172, #51188, #51195)
21+
* Greatly improve the performance of `spack diff`. (#51270)
22+
* `spack solve` highlights optimization weights in a more intuitive way. (#51198)
23+
124
# v1.0.1 (2025-08-11)
225

326
## Bug Fixes

0 commit comments

Comments
 (0)