diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-13 16:44:11 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-13 17:21:10 +0200 |
commit | 67d6d25bde37c0a41f974ef3832cdfc73e4e9847 (patch) | |
tree | e5399bcf9fe16b5fc194f740e31c31117160f3ba | |
parent | 7f5a31d79ee255c1b6954b4138f7848805ad778f (diff) | |
download | justbuild-67d6d25bde37c0a41f974ef3832cdfc73e4e9847.tar.gz |
Document fixes in CHANGELOG
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 689e276e..3c2a9cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Bug fixes on top of release `1.1.2`. +### Fixes + +- `just` no longer unnecessarily errors out on absence of + a working directory. +- `just-mr` now correctly performs a forced add in order to stage + all entries in a Git repository. Previously it was possible for + entries to be skipped inadvertently in, e.g., imported archives + if `gitignore` files were present. + ## Release `1.1.2` (2023-06-09) Bug fixes on top of release `1.1.1`. |