summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-01-07 17:47:25 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-01-07 18:09:47 +0100
commitc5ae4d71e83f99c4c1b830e4d77ab18f5625fa31 (patch)
tree1521f3b4006bcf696c7253e055a1f60eabeba41b /CHANGELOG.md
parent82340791f4362a3a92ea1dfa9ff111c1258be19f (diff)
downloadjustbuild-c5ae4d71e83f99c4c1b830e4d77ab18f5625fa31.tar.gz
Update CHANGELOG
...with recent serve service fix. While there, fix typo.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e4fed15..6c781b87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,10 @@ A feature release on top of `1.4.0`, backwards compatible.
result in a segmentation fault.
- Git operations are now properly locked against each other, also
between processes where necessary.
+- The Git cache root repository on a `just serve` endpoint is now
+ ensured to always exist and be initialized before being operated on.
- `just install-cas` correctly exits with non-zero exit code on
- failure, also if isntallation to stdout is requested.
+ failure, also if installation to stdout is requested.
- `just traverse` now exits unconditionally after traversal, also
in case of failure.
- Missing entries in the documentation have been added.