diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-07 18:17:16 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-08 15:40:56 +0100 |
commit | 8eed2f91094a126499cf5552661dddd2c2fda155 (patch) | |
tree | 2b8a16a7038fa51ac54fb28b0a1b2c53ac7104c3 /CHANGELOG.md | |
parent | bd63b09059600cf38268f0680d1e28863f9a31b8 (diff) | |
download | justbuild-8eed2f91094a126499cf5552661dddd2c2fda155.tar.gz |
changelog: fix typos
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a638e41f..02c5b21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ A feature release on top of `1.0.0`, backwards compatible. ### Important changes - The option `-D` now accumulates instead of ignoring all but the - latest occurence. This is an incompatible change of the command + latest occurrence. This is an incompatible change of the command line, but not affecting the backwards compatibility of the build. ### Other changes @@ -26,7 +26,7 @@ A feature release on top of `1.0.0`, backwards compatible. Initial stable release. -### Important changes sice `1.0.0~beta6` +### Important changes since `1.0.0~beta6` - built-in rule "tree" added - clean up of user-defined rules for C++ @@ -36,7 +36,7 @@ Initial stable release. ### Important changes since `1.0.0~beta5` -- The "confgiure" built-in rule now evaluates "target". Also, +- The "configure" built-in rule now evaluates "target". Also, a bug in the computation of the effective configuration was fixed. - Option `--dump-vars` added to `just analyse` |