diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-21 15:13:11 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-21 15:13:11 +0200 |
commit | 3b31c14824a4e11989b09448205c61b01a81ca3d (patch) | |
tree | f094e37b6dc7ad419f0258e58de19e1dfe2d6f15 | |
parent | e63a782a71a0edbe67b035b03d41043009774643 (diff) | |
download | justbuild-3b31c14824a4e11989b09448205c61b01a81ca3d.tar.gz |
Update CHANGLOG
describing the fixes cherry picked.
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0006b592..1cc02004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Bug fixes on top of `1.3.0`. +### Fixes + +- A bug was fixed that cased `just serve` to fail with an internal + error when building against ignore-special roots. +- `just` now accurately reports internal errors that occured on + the serve endpoint. +- Dependencies have been updated to also build with gcc 14. + ## Release `1.3.0` (2024-05-08) A feature release on top of `1.2.0`, backwards compatible. |