Skip to content

Commit 8948cd2

Browse files
rami3ldjc
authored andcommitted
docs(changelog): mirror changes from the release announcement, take 2
1 parent ff70902 commit 8948cd2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.28.2] - 2025-04-25
3+
## [1.28.2] - 2025-05-05
44

55
This new patch release has brought even more tiny fixes and improvements over the previous one.
66

@@ -10,21 +10,22 @@ The headlines of this release are:
1010
a warning will start to show up when they are used. [pr#4277]
1111

1212
- While rustup predates reqwest and rustls, the rustup team has long wanted to standardize on
13-
an HTTP + TLS stack in Rust, which should increase security, potentially improve performance, and
14-
simplify maintenance of the project.
13+
an HTTP + TLS stack with more components in Rust, which should increase security, potentially
14+
improve performance, and simplify maintenance of the project.
1515
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.
16+
thinks it is time to focus maintenance on the default stack powered by these two libraries.
1717

18-
- The rustup team encourages everyone to switch to the reqwest backend with rustls, and would love
19-
to hear from you about your use case via [GitHub Issues][issue tracker] if it does not work well
20-
with your particular setup.
18+
- For people who have set `RUSTUP_USE_CURL=1` or `RUSTUP_USE_RUSTLS=0` in their environment to
19+
work around issues with rustup, please try to unset these after upgrading to 1.28.2 and file
20+
[an issue][issue tracker] if you still encounter problems.
2121

2222
- 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.
23+
`rustup self update` can be used to upgrade/downgrade rustup 1.28.2+ to a given version.
2424
To do so, set the `RUSTUP_VERSION` environment variable to the desired version (for example `1.28.2`).
25+
[pr#4259]
2526

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

3031
- Fixed a bug in Nushell integration that might generate invalid commands in the shell configuration.

0 commit comments

Comments
 (0)