11# Changelog
22
3+ ## [ 1.22.1] - 2020-07-08
4+
5+ A regression in proxied behaviour slipped in due to a non-compatible change
6+ in ` url ` slipping in in 2.1 which [ caused a misbehaviour] [ env_proxy#8 ] in ` env_proxy ` .
7+ which was [ fixed] [ env_proxy@5591cc7 ] but not released to crates.io until after
8+ 1.22.0 was built.
9+
10+ Fortunately, _ inejge_ noticed and provided a fix for us by publishing a new
11+ ` env_proxy ` and providing us with [ this fix] [ pr#2399 ] .
12+
13+ We apologise for any inconvenience this caused.
14+
15+ ### Changed
16+
17+ - Update to ` env_proxy ` 0.4.1 - [ #2399 ] [ pr#2399 ]
18+ - Fixed website copy button and copy space overflow - [ #2398 ] [ pr#2398 ]
19+
20+ ### Thanks
21+
22+ - Ivan Nejgebauer
23+ - Ben Chen
24+
25+ [ env_proxy#8 ] : https://github.com/inejge/env_proxy/issues/8
26+ [ env_proxy@5591cc7 ] : https://github.com/inejge/env_proxy/commit/5591cc7
27+ [ pr#2399 ] : https://github.com/rust-lang/rustup/pull/2399
28+ [ pr#2398 ] : https://github.com/rust-lang/rustup/pull/2398
29+
330## [ 1.22.0] - 2020-06-30
431
532Alongside a significant amount of internal refactoring and code updates,
@@ -10,7 +37,7 @@ the highlights of this release include:
1037- We've invested time in the flow when you reinstall ` rustup ` atop an existing
1138 installation.
1239- We've doubled down on discouraging the use of the internal-development-focussed
13- ` complete ` profile. Please use ` default ` or ` minimal ` unless you're trying to
40+ ` complete ` profile. Please use ` default ` or ` minimal ` unless you're trying to
1441 test/develop the Rust tooling itself.
1542- We've made a number of subtle quality-of-life improvements around the CLI.
1643- Added a (provisionally unofficial) snap of ` rustup `
0 commit comments