diff options
| author | Thom Chiovoloni <chiovolonit@gmail.com> | 2020-10-04 18:39:59 -0700 |
|---|---|---|
| committer | Thom Chiovoloni <chiovolonit@gmail.com> | 2020-10-04 18:39:59 -0700 |
| commit | 5388eb41e940cddaf8ae4ea812c4e04a3e9d9401 (patch) | |
| tree | 8cf1780196ef50b5c1fd675513ccfc35fbc89d66 | |
| parent | afe83d4c1ca70149b463ac7548cf5d204d3d5844 (diff) | |
| download | rust-5388eb41e940cddaf8ae4ea812c4e04a3e9d9401.tar.gz rust-5388eb41e940cddaf8ae4ea812c4e04a3e9d9401.zip | |
Add changelog entry mentioning the renamed profile files
| -rw-r--r-- | src/bootstrap/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md index d8c704f451b..7c12642da35 100644 --- a/src/bootstrap/CHANGELOG.md +++ b/src/bootstrap/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Non-breaking changes since the last major version] - `x.py check` needs opt-in to check tests (--all-targets) [#77473](https://github.com/rust-lang/rust/pull/77473) +- The default bootstrap profiles are now located at `bootstrap/defaults/config.$PROFILE.toml` (previously they were located at `bootstrap/defaults/config.toml.$PROFILE`) [#77558](https://github.com/rust-lang/rust/pull/77558) + ## [Version 2] - 2020-09-25 |
