diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-05 15:10:25 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-10 13:49:02 +0200 |
commit | e62b34ebf658ec4eb68e31a63db5d91049170f1d (patch) | |
tree | 87afab7a947ba3bd55aa9eb54d6d1eed47f4b40a /CHANGELOG.md | |
parent | ac17a5f82e9a48373d482f0b30b0e51213b76ae8 (diff) | |
download | justbuild-e62b34ebf658ec4eb68e31a63db5d91049170f1d.tar.gz |
Update CHANGELOG: Fix mishandling of gitignore files
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb281ac..ffa17d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,10 @@ A feature release on top of `1.1.0`, backwards compatible. was significantly lower. - The man pages are now provided as markdown files, allowing to potentially reduce the build dependencies to more standard ones. +- `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.0` (2023-05-19) |