diff options
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d098c0631e..7140e90f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.15.3 (2020-07-28) + +This release contains the following bugfixes: + +* Fix handling of relative view paths (#17721) +* Fixes for binary relocation (#17418, #17455) +* Fix redundant printing of error messages in build environment (#17709) + +It also adds a support script for Spack tutorials: + +* Add a tutorial setup script to share/spack (#17705, #17722) + # v0.15.2 (2020-07-23) This minor release includes two new features: |