Skip to content

Commit d1f3199

Browse files
committed
docs(changelog): mirror changes from the release announcement
1 parent e10da85 commit d1f3199

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGELOG.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@ This new patch release has brought even more tiny fixes and improvements over th
66

77
The headlines of this release are:
88

9-
- The cURL download backend and the native-tls TLS backend are now officially deprecated and a warning will start to show up when they are used. [pr#4277]
9+
- The cURL download backend and the native-tls TLS backend are now officially deprecated and
10+
a warning will start to show up when they are used. [pr#4277]
1011

1112
- While rustup predates reqwest and rustls, the rustup team has long wanted to standardize on
1213
an HTTP + TLS stack in Rust, which should increase security, potentially improve performance, and
1314
simplify maintenance of the project.
14-
With the default download backend already switched to reqwest since [2019](https://github.com/rust-lang/rustup/pull/1660)
15-
the team thinks it is time to focus maintenance on the Rust-based stack.
15+
With the default download backend already switched to reqwest since [2019][pr#1660], the team
16+
thinks it is time to focus maintenance on the Rust-based stack.
1617

1718
- The rustup team encourages everyone to switch to the reqwest backend, and would love to hear from
18-
you about your use case via GitHub Issues if it does work against your particular setup.
19+
you about your use case via [GitHub Issues][issue tracker] if it does not work well with your
20+
particular setup.
1921

20-
- Version pinning of `rustup` is now supported when installing it via `rustup-init.sh` with the `RUSTUP_VERSION`
21-
environment variable set to e.g. `1.28.2`; the same configuration will be respected when performing
22-
`rustup self update` from this version on, enabling arbitrary downgrades in the meantime. [pr#4259]
22+
- The version of `rustup` can be pinned when installing via `rustup-init.sh`, and
23+
`rustup self update` can be used to upgrade/downgrade rustup v1.28.2+ to a given version.
24+
To do so, set the `RUSTUP_VERSION` environment variable to the desired version (for example `1.28.2`).
2325

2426
- `rustup set auto-install disable` can now be used to disable automatic installation of the toolchain.
25-
This is similar to the `RUSTUP_AUTO_INSTALL` environment variable but with a lower priority. [pr#4254]
27+
This is similar to the `RUSTUP_AUTO_INSTALL` environment variable introduced in v1.28.1 but with a
28+
lower priority. [pr#4254]
2629

2730
- Fixed a bug in Nushell integration that might generate invalid commands in the shell configuration.
2831
Reinstalling rustup might be required for the fix to work. [pr#4265]
@@ -63,6 +66,7 @@ The headlines of this release are:
6366
[pr#4259]: https://github.com/rust-lang/rustup/pull/4259
6467
[pr#4265]: https://github.com/rust-lang/rustup/pull/4265
6568
[pr#4277]: https://github.com/rust-lang/rustup/pull/4277
69+
[issue tracker]: https://github.com/rust-lang/rustup/issues/
6670

6771
## [1.28.1] - 2025-03-05
6872

0 commit comments

Comments
 (0)