summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-25 16:16:47 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-26 12:25:07 +0100
commit323844f04d09332866dd78096c3e7f2bf7e23db4 (patch)
tree9442c1b362696dc3f7ab3858d92d96b1f5c762e6 /CHANGELOG.md
parent5adf0988d33d18870e4732a9682357c20e63840c (diff)
downloadjustbuild-323844f04d09332866dd78096c3e7f2bf7e23db4.tar.gz
Update Changelog
... documenting the chanages since the first beta release. While there, also fix the structure of the document and unify use of empty lines.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9c2635d..174e04a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,6 @@ A feature release on top of `1.4.0`, backwards compatible.
- `just add-to-cas` now supports the `--resolve-special` option, which
defines how special entries (e.g., symlinks) are to be handled when
adding directories to CAS.
-
- `just serve` accepts a new subkey `"client address"` for the key
`"execution endpoint"` in the configuration file. It informs the
`serve` instance that the client will access the remote-execution
@@ -57,7 +56,11 @@ A feature release on top of `1.4.0`, backwards compatible.
is now correctly honored, if announced by the server.
- Missing entries in the documentation have been added.
-### Release `1.5.0~beta1` (2025-02-24)
+### Changes since `1.5.0~beta1`
+
+- New configuration option `"client address"` for `just serve`.
+
+## Release `1.5.0~beta1` (2025-02-24)
First beta release for the upcoming `1.5.0` release; see release
notes there.