diff options
| author | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2022-12-27 22:19:56 +0100 |
|---|---|---|
| committer | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2022-12-27 22:19:56 +0100 |
| commit | 0b942a879d438216e90304436e74fa1ebb3ac16c (patch) | |
| tree | 928b4f2ecb6424c88614a2dfe50813767485b43b | |
| parent | c5bc87713f688a36ecbcaf718a1274b0674eaee5 (diff) | |
| download | rust-0b942a879d438216e90304436e74fa1ebb3ac16c.tar.gz rust-0b942a879d438216e90304436e74fa1ebb3ac16c.zip | |
Add changelog entry
| -rw-r--r-- | src/bootstrap/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md index 64b74ecc9de..4105fa5ec96 100644 --- a/src/bootstrap/CHANGELOG.md +++ b/src/bootstrap/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Several unsupported `./configure` options have been removed: `optimize`, `parallel-compiler`. These can still be enabled with `--set`, although it isn't recommended. - `remote-test-server`'s `verbose` argument has been removed in favor of the `--verbose` flag - `remote-test-server`'s `remote` argument has been removed in favor of the `--bind` flag. Use `--bind 0.0.0.0:12345` to replicate the behavior of the `remote` argument. +- `x.py fmt` now formats only files modified between the merge-base of HEAD and the last commit in the master branch of the rust-lang repository and the current working directory. To restore old behaviour, use `x.py fmt .`. The check mode is not affected by this change. [#105702](https://github.com/rust-lang/rust/pull/105702) ### Non-breaking changes |
