diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-18 10:30:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-18 12:53:57 +0200 |
commit | d99393866f4c3f9acf942d74105a3aeea9bc95b4 (patch) | |
tree | 41e9e6c0741aa9d26782e486d8ec78ce0d92761d /CHANGELOG.md | |
parent | 91dbd2751120684fba666e3b958837c96d5044bc (diff) | |
download | justbuild-d99393866f4c3f9acf942d74105a3aeea9bc95b4.tar.gz |
Release 1.2.0~beta2v1.2.0-beta2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8ccad3..3581eaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,18 @@ A feature release on top of `1.1.0`, backwards compatible. - `just install-cas` now, like `just install`, removes an existing destination file before installing instead of overwriting. +## Release `1.2.0~beta2` (2023-08-18) + +Second beta release for the upcoming `1.2.0` release; see release +notes there. + +### Changes since `1.2.0~beta1` + +- Clean up of the internal build description of bundled dependencies. +- Clean up of the the internal rules, in particular renaming of + implict dependency targets. +- Various documentation improvements. + ## Release `1.2.0~beta1` (2023-08-16) First beta release for the upcoming `1.2.0` release; see release |