summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-08 12:55:33 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-08 12:55:33 +0200
commit3c687acf6f20cfb38915b56c62cffaa8f4eb4b88 (patch)
tree569af02dffd0379d66f8bd507c7825ee874f9433 /CHANGELOG.md
parent7add524e1bead6f549486c666837c4962b613e42 (diff)
downloadjustbuild-3c687acf6f20cfb38915b56c62cffaa8f4eb4b88.tar.gz
CHANGELOG: fix typos
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 858135f6..5d67d6d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ A feature release on top of `1.3.0`, backwards compatible.
- 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
+- `just` now accurately reports internal errors that occurred on
the serve endpoint.
- Target-level cache entries are only written if all export targets
depended upon are also written to or found in cache; previously,
@@ -18,7 +18,7 @@ A feature release on top of `1.3.0`, backwards compatible.
- Internal code clean up, reducing memory footprint, in particular
for simultaneous upload of a large number of blobs.
- Dependencies have been updated to also build with gcc 14.
-- Porability improvements of the code by not relying on implementation
+- Portability improvements of the code by not relying on implementation
details of the compiler.
- Various improvements of the documentation.