diff --git a/master_changes.md b/master_changes.md index aedcc254713..504d3a73ba6 100644 --- a/master_changes.md +++ b/master_changes.md @@ -73,7 +73,7 @@ users) * Add E71 to check if the same checksum algorithm is used several times for a given url in `url` section [#5561 @rjbou] * Add E72 to check if the same checksum algorithm is used several times for a given url in `extra-sources` section [#5561 @rjbou] * Add E73 to check that paths in `extra-files:` are not escapable [#5561 @rjbou] - * Update W59 (no checksum in `url`) to always display a warning, untie it from `--check-upstream` option [#5561 @rjbou] + * Update W59 (no checksum in `url`) to always display a warning, untying it from `--check-upstream` [#5561 @rjbou] ## Repository * Mitigate curl/curl#13845 by falling back from --write-out to --fail if exit code 43 is returned by curl [#6168 @dra27 - fix #6120] @@ -183,12 +183,12 @@ users) * Add a test for git packages with submodules [#6132 @kit-ty-kate] * Add basic test for `install --check` [#6122 @rjbou] * lint: add an additional test case for W37 [#5561 @rjbou] - * lint: update W37 to test other urls scheme [#5561 @rjbou] + * lint: update W37 to test other url schemes [#5561 @rjbou] * lint: add E70 test [#5561 @rjbou] * lint: add E71 test [#5561 @rjbou] * lint: add E72 test [#5561 @rjbou] * lint: add E73 test [#5561 @rjbou] - * lint: add more test cases for E59: special cases (conf, git url), with and without option `--with-check-upstream` [#5561 @rjbou] + * lint: add more test cases for E59: special cases (conf, git url), with and without `--with-check-upstream` [#5561 @rjbou] ### Engine * Add a test filtering mechanism [#6105 @Keryan-dev]