Skip to content

Commit 1837fa5

Browse files
committed
docs(changelog): describe default profile change during auto-install
1 parent 9804900 commit 1837fa5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ The headlines of this release are:
3131
- Fixed a bug in Nushell integration that might generate invalid commands in the shell configuration.
3232
Reinstalling rustup might be required for the fix to work. [pr#4265]
3333

34+
- The logic of fetching the active toolchain's profile has been adjusted in automatic installation.
35+
Now, when the profile is not specified, the profile from `rustup override set profile` will be chosen
36+
instead of the profile named `default`. This aligns with the behavior of `rustup toolchain install`.
37+
[pr#4258]
38+
3439
### Detailed changes
3540

3641
- Fix build script `cargo` instructions by @ChrisDenton in https://github.com/rust-lang/rustup/pull/4235
@@ -64,6 +69,7 @@ The headlines of this release are:
6469

6570
[1.28.2]: https://github.com/rust-lang/rustup/releases/tag/1.28.2
6671
[pr#4254]: https://github.com/rust-lang/rustup/pull/4254
72+
[pr#4258]: https://github.com/rust-lang/rustup/pull/4258
6773
[pr#4259]: https://github.com/rust-lang/rustup/pull/4259
6874
[pr#4265]: https://github.com/rust-lang/rustup/pull/4265
6975
[pr#4277]: https://github.com/rust-lang/rustup/pull/4277

0 commit comments

Comments
 (0)